comparison include/SDL_config_minimal.h @ 3243:5db962a9a991

CD-ROM support is so passé :)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Sep 2009 09:11:03 +0000
parents 6290f9bd097d
children d3baf5ac4e37
comparison
equal deleted inserted replaced
3242:af4a5af3cd2b 3243:5db962a9a991
41 #endif /* !_STDINT_H_ && !HAVE_STDINT_H */ 41 #endif /* !_STDINT_H_ && !HAVE_STDINT_H */
42 42
43 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */ 43 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */
44 #define SDL_AUDIO_DRIVER_DUMMY 1 44 #define SDL_AUDIO_DRIVER_DUMMY 1
45 45
46 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */
47 #define SDL_CDROM_DISABLED 1
48
49 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ 46 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */
50 #define SDL_JOYSTICK_DISABLED 1 47 #define SDL_JOYSTICK_DISABLED 1
51 48
52 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */ 49 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */
53 #define SDL_HAPTIC_DISABLED 1 50 #define SDL_HAPTIC_DISABLED 1