diff src/timer/SDL_timer.c @ 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 95b261f445b1
children c9b51268668f
line wrap: on
line diff
--- a/src/timer/SDL_timer.c	Wed Nov 23 07:23:48 2005 +0000
+++ b/src/timer/SDL_timer.c	Wed Nov 23 07:29:56 2005 +0000
@@ -242,7 +242,7 @@
 }
 
 /* Old style callback functions are wrapped through this */
-static Uint32 callback_wrapper(Uint32 ms, void *param)
+static Uint32 SDLCALL callback_wrapper(Uint32 ms, void *param)
 {
 	SDL_TimerCallback func = (SDL_TimerCallback) param;
 	return (*func)(ms);