comparison src/events/SDL_events.c @ 1769:290b5baf2fca

Fixed bug #215 The current SVN trunk is missing the SDLCALL specifier at numerous locations. It has to be added for all (possibly user provided) callbacks. I stumbled over this while creating a makefile for the OpenWatcom compiler for Win32.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 07 May 2006 03:40:06 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb e85e65aec22f
comparison
equal deleted inserted replaced
1768:814f9f2c7a33 1769:290b5baf2fca
85 #define INCL_DOSPROCESS 85 #define INCL_DOSPROCESS
86 #include <os2.h> 86 #include <os2.h>
87 #include <time.h> 87 #include <time.h>
88 #endif 88 #endif
89 89
90 static int SDL_GobbleEvents(void *unused) 90 static int SDLCALL SDL_GobbleEvents(void *unused)
91 { 91 {
92 event_thread = SDL_ThreadID(); 92 event_thread = SDL_ThreadID();
93 93
94 #ifdef __OS2__ 94 #ifdef __OS2__
95 #ifdef USE_DOSSETPRIORITY 95 #ifdef USE_DOSSETPRIORITY