comparison src/cdrom/osf/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 1f4f09641645
children 782fd950bd46 c121d94672cb
comparison
equal deleted inserted replaced
1634:14f302c5b32c 1635:92947e3a18db
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 18
19 19
20 */ 20 */
21 #include "SDL_config.h" 21 #include "SDL_config.h"
22
23 #ifdef SDL_CDROM_OSF
22 24
23 /* Functions for system-level CD-ROM audio control */ 25 /* Functions for system-level CD-ROM audio control */
24 26
25 /* #define DEBUG_CDROM 1 */ 27 /* #define DEBUG_CDROM 1 */
26 28
437 } 439 }
438 SDL_numcds = 0; 440 SDL_numcds = 0;
439 } 441 }
440 } 442 }
441 443
442 444 #endif /* SDL_CDROM_OSF */