Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.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 | 7f743e9b0b5b |
comparison
equal
deleted
inserted
replaced
3242:af4a5af3cd2b | 3243:5db962a9a991 |
---|---|
148 #endif | 148 #endif |
149 #define SDL_AUDIO_DRIVER_WINWAVEOUT 1 | 149 #define SDL_AUDIO_DRIVER_WINWAVEOUT 1 |
150 #define SDL_AUDIO_DRIVER_DISK 1 | 150 #define SDL_AUDIO_DRIVER_DISK 1 |
151 #define SDL_AUDIO_DRIVER_DUMMY 1 | 151 #define SDL_AUDIO_DRIVER_DUMMY 1 |
152 | 152 |
153 /* Enable various cdrom drivers */ | |
154 #ifdef _WIN32_WCE | |
155 #define SDL_CDROM_DISABLED 1 | |
156 #else | |
157 #define SDL_CDROM_WIN32 1 | |
158 #endif | |
159 | |
160 /* Enable various input drivers */ | 153 /* Enable various input drivers */ |
161 #ifdef _WIN32_WCE | 154 #ifdef _WIN32_WCE |
162 #define SDL_JOYSTICK_DISABLED 1 | 155 #define SDL_JOYSTICK_DISABLED 1 |
163 #define SDL_HAPTIC_DUMMY 1 | 156 #define SDL_HAPTIC_DUMMY 1 |
164 #else | 157 #else |