mirror of
https://github.com/yawut/SDL.git
synced 2026-09-12 02:56:34 -05:00
Fixed compile error using Borland C++
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user