diff -r 03fb90fc135e -r 02759105b989 include/SDL_events.h --- a/include/SDL_events.h Wed Aug 18 21:41:39 2004 +0000 +++ b/include/SDL_events.h Fri Aug 20 18:57:01 2004 +0000 @@ -285,7 +285,7 @@ The filter is protypted as: */ -typedef int (*SDL_EventFilter)(const SDL_Event *event); +typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event); /* If the filter returns 1, then the event will be added to the internal queue. If it returns 0, then the event will be dropped from the queue, but the