Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 5062:e8916fe9cfc8
Fixed bug #925
Changed "win32" to "windows"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 20 Jan 2011 18:04:05 -0800 |
parents | 187d7d446306 |
children | fd125217f00c |
comparison
equal
deleted
inserted
replaced
5061:9e9940eae455 | 5062:e8916fe9cfc8 |
---|---|
87 #undef HAVE_MALLOC | 87 #undef HAVE_MALLOC |
88 #undef HAVE_CALLOC | 88 #undef HAVE_CALLOC |
89 #undef HAVE_REALLOC | 89 #undef HAVE_REALLOC |
90 #undef HAVE_FREE | 90 #undef HAVE_FREE |
91 #undef HAVE_ALLOCA | 91 #undef HAVE_ALLOCA |
92 #ifndef _WIN32 /* Don't use C runtime versions of these on Windows */ | 92 #ifndef __WINDOWS__ /* Don't use C runtime versions of these on Windows */ |
93 #undef HAVE_GETENV | 93 #undef HAVE_GETENV |
94 #undef HAVE_SETENV | 94 #undef HAVE_SETENV |
95 #undef HAVE_PUTENV | 95 #undef HAVE_PUTENV |
96 #undef HAVE_UNSETENV | 96 #undef HAVE_UNSETENV |
97 #endif | 97 #endif |
233 #undef SDL_LOADSO_BEOS | 233 #undef SDL_LOADSO_BEOS |
234 #undef SDL_LOADSO_DLCOMPAT | 234 #undef SDL_LOADSO_DLCOMPAT |
235 #undef SDL_LOADSO_DLOPEN | 235 #undef SDL_LOADSO_DLOPEN |
236 #undef SDL_LOADSO_DUMMY | 236 #undef SDL_LOADSO_DUMMY |
237 #undef SDL_LOADSO_LDG | 237 #undef SDL_LOADSO_LDG |
238 #undef SDL_LOADSO_WIN32 | 238 #undef SDL_LOADSO_WINDOWS |
239 | 239 |
240 /* Enable various threading systems */ | 240 /* Enable various threading systems */ |
241 #undef SDL_THREAD_BEOS | 241 #undef SDL_THREAD_BEOS |
242 #undef SDL_THREAD_NDS | 242 #undef SDL_THREAD_NDS |
243 #undef SDL_THREAD_PTHREAD | 243 #undef SDL_THREAD_PTHREAD |
244 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX | 244 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX |
245 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP | 245 #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP |
246 #undef SDL_THREAD_SPROC | 246 #undef SDL_THREAD_SPROC |
247 #undef SDL_THREAD_WIN32 | 247 #undef SDL_THREAD_WINDOWS |
248 | 248 |
249 /* Enable various timer systems */ | 249 /* Enable various timer systems */ |
250 #undef SDL_TIMER_BEOS | 250 #undef SDL_TIMER_BEOS |
251 #undef SDL_TIMER_DUMMY | 251 #undef SDL_TIMER_DUMMY |
252 #undef SDL_TIMER_NDS | 252 #undef SDL_TIMER_NDS |
253 #undef SDL_TIMER_RISCOS | 253 #undef SDL_TIMER_RISCOS |
254 #undef SDL_TIMER_UNIX | 254 #undef SDL_TIMER_UNIX |
255 #undef SDL_TIMER_WIN32 | 255 #undef SDL_TIMER_WINDOWS |
256 #undef SDL_TIMER_WINCE | 256 #undef SDL_TIMER_WINCE |
257 | 257 |
258 /* Enable various video drivers */ | 258 /* Enable various video drivers */ |
259 #undef SDL_VIDEO_DRIVER_BWINDOW | 259 #undef SDL_VIDEO_DRIVER_BWINDOW |
260 #undef SDL_VIDEO_DRIVER_COCOA | 260 #undef SDL_VIDEO_DRIVER_COCOA |
263 #undef SDL_VIDEO_DRIVER_DUMMY | 263 #undef SDL_VIDEO_DRIVER_DUMMY |
264 #undef SDL_VIDEO_DRIVER_NDS | 264 #undef SDL_VIDEO_DRIVER_NDS |
265 #undef SDL_VIDEO_DRIVER_PHOTON | 265 #undef SDL_VIDEO_DRIVER_PHOTON |
266 #undef SDL_VIDEO_DRIVER_QNXGF | 266 #undef SDL_VIDEO_DRIVER_QNXGF |
267 #undef SDL_VIDEO_DRIVER_RISCOS | 267 #undef SDL_VIDEO_DRIVER_RISCOS |
268 #undef SDL_VIDEO_DRIVER_WIN32 | 268 #undef SDL_VIDEO_DRIVER_WINDOWS |
269 #undef SDL_VIDEO_DRIVER_X11 | 269 #undef SDL_VIDEO_DRIVER_X11 |
270 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC | 270 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC |
271 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT | 271 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT |
272 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR | 272 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR |
273 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER | 273 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER |