Fixed compile error using Borland C++

This commit is contained in:
Sam Lantinga
2010-02-14 15:16:13 +00:00
parent cb5537314f
commit 88e589dc91

View File

@@ -80,7 +80,7 @@ typedef struct ThreadStartParms
pfnSDL_CurrentEndThread pfnCurrentEndThread;
} tThreadStartParms, *pThreadStartParms;
static unsigned __stdcall
static DWORD __stdcall
RunThread(void *data)
{
pThreadStartParms pThreadParms = (pThreadStartParms) data;