comparison src/events/SDL_sysevents.h @ 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 f7b03b6838cb
children c2539ff054c8
comparison
equal deleted inserted replaced
5061:9e9940eae455 5062:e8916fe9cfc8
27 27
28 #ifdef __BEOS__ /* The Be event loop runs in a separate thread */ 28 #ifdef __BEOS__ /* The Be event loop runs in a separate thread */
29 #define MUST_THREAD_EVENTS 29 #define MUST_THREAD_EVENTS
30 #endif 30 #endif
31 31
32 #ifdef __WIN32__ /* Win32 doesn't allow a separate event thread */ 32 #ifdef __WINDOWS__ /* Windows doesn't allow a separate event thread */
33 #define CANT_THREAD_EVENTS 33 #define CANT_THREAD_EVENTS
34 #endif 34 #endif
35 35
36 /* vi: set ts=4 sw=4 expandtab: */ 36 /* vi: set ts=4 sw=4 expandtab: */