Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401815
This commit is contained in:
Sam Lantinga 2006-05-17 18:57:04 +00:00
parent dc00237efc
commit 90a334ec54
4 changed files with 11 additions and 9 deletions

View file

@ -182,7 +182,7 @@ DECLSPEC void SDLCALL SDL_Delay(Uint32 ms)
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 ) {