Mercurial > sdl-ios-xcode
comparison src/cdrom/aix/SDL_syscdrom.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | c0a74f199ecf |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
22 based on linux/SDL_syscdrom.c by Sam Lantinga | 22 based on linux/SDL_syscdrom.c by Sam Lantinga |
23 */ | 23 */ |
24 | 24 |
25 /* Functions for system-level CD-ROM audio control */ | 25 /* Functions for system-level CD-ROM audio control */ |
26 | 26 |
27 #define DEBUG_CDROM 1 | 27 /*#define DEBUG_CDROM 1*/ |
28 | 28 |
29 #include <sys/types.h> | 29 #include <sys/types.h> |
30 #include <sys/stat.h> | 30 #include <sys/stat.h> |
31 #include <fcntl.h> | 31 #include <fcntl.h> |
32 #include <errno.h> | 32 #include <errno.h> |
39 #include <sys/vmount.h> | 39 #include <sys/vmount.h> |
40 #include <fstab.h> | 40 #include <fstab.h> |
41 #include <sys/scdisk.h> | 41 #include <sys/scdisk.h> |
42 | 42 |
43 #include "SDL_cdrom.h" | 43 #include "SDL_cdrom.h" |
44 #include "SDL_syscdrom.h" | 44 #include "../SDL_syscdrom.h" |
45 | 45 |
46 /* The maximum number of CD-ROM drives we'll detect */ | 46 /* The maximum number of CD-ROM drives we'll detect */ |
47 #define MAX_DRIVES 16 | 47 #define MAX_DRIVES 16 |
48 | 48 |
49 /* A list of available CD-ROM drives */ | 49 /* A list of available CD-ROM drives */ |