comparison src/events/SDL_sysevents.h @ 1190:173c063d4f55

OS/2 port! This was mostly, if not entirely, written by "Doodle" and "Caetano": doodle@scenergy.dfmk.hu daniel@caetano.eng.br --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 23 Nov 2005 07:29:56 +0000
parents af8b0f9ac2f4
children c9b51268668f
comparison
equal deleted inserted replaced
1189:c96b326b90ba 1190:173c063d4f55
42 #endif 42 #endif
43 43
44 #ifdef macintosh /* MacOS 7/8 don't support preemptive multi-tasking */ 44 #ifdef macintosh /* MacOS 7/8 don't support preemptive multi-tasking */
45 #define CANT_THREAD_EVENTS 45 #define CANT_THREAD_EVENTS
46 #endif 46 #endif
47
48 #ifdef __OS2__ /* The OS/2 event loop runs in a separate thread */
49 #define MUST_THREAD_EVENTS
50 #endif