Mercurial > sdl-ios-xcode
diff src/timer/os2/SDL_systimer.c @ 1850:d5d3a6fe05a1
Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 18:57:04 +0000 |
parents | 92947e3a18db |
children | c121d94672cb a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/timer/os2/SDL_systimer.c Wed May 17 15:08:46 2006 +0000 +++ b/src/timer/os2/SDL_systimer.c Wed May 17 18:57:04 2006 +0000 @@ -182,7 +182,7 @@ static int timer_alive = 0; static SDL_Thread *timer = NULL; -static int RunTimer(void *unused) +static int SDLCALL RunTimer(void *unused) { DosSetPriority(PRTYS_THREAD, PRTYC_TIMECRITICAL, 0, 0); while ( timer_alive ) {