Mercurial > sdl-ios-xcode
comparison src/cdrom/aix/SDL_syscdrom.c @ 1635:92947e3a18db
Make sure code is only compiled if the appropriate subsystem is enabled
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Apr 2006 04:46:47 +0000 |
parents | d910939febfa |
children | 782fd950bd46 c121d94672cb a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
1634:14f302c5b32c | 1635:92947e3a18db |
---|---|
20 griff@kom.tu-darmstadt.de | 20 griff@kom.tu-darmstadt.de |
21 | 21 |
22 based on linux/SDL_syscdrom.c by Sam Lantinga | 22 based on linux/SDL_syscdrom.c by Sam Lantinga |
23 */ | 23 */ |
24 #include "SDL_config.h" | 24 #include "SDL_config.h" |
25 | |
26 #ifdef SDL_CDROM_AIX | |
25 | 27 |
26 /* Functions for system-level CD-ROM audio control */ | 28 /* Functions for system-level CD-ROM audio control */ |
27 | 29 |
28 /*#define DEBUG_CDROM 1*/ | 30 /*#define DEBUG_CDROM 1*/ |
29 | 31 |
653 } | 655 } |
654 SDL_numcds = 0; | 656 SDL_numcds = 0; |
655 } | 657 } |
656 } | 658 } |
657 | 659 |
660 #endif /* SDL_CDROM_AIX */ |