# HG changeset patch # User Sam Lantinga # Date 1266160573 0 # Node ID 794f31fb9505b4afa146d2bd0858dedbd7b30d00 # Parent 9bc9ff36eb8f2831f297ebb61fbb4f83ce553e87 Fixed compile error using Borland C++ diff -r 9bc9ff36eb8f -r 794f31fb9505 src/thread/win32/SDL_systhread.c --- a/src/thread/win32/SDL_systhread.c Fri Feb 12 17:14:41 2010 +0000 +++ b/src/thread/win32/SDL_systhread.c Sun Feb 14 15:16:13 2010 +0000 @@ -80,7 +80,7 @@ pfnSDL_CurrentEndThread pfnCurrentEndThread; } tThreadStartParms, *pThreadStartParms; -static unsigned __stdcall +static DWORD __stdcall RunThread(void *data) { pThreadStartParms pThreadParms = (pThreadStartParms) data;