Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compile error using Borland C++
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 14, 2010
1 parent 8569cf2 commit 54039b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/win32/SDL_systhread.c
Expand Up @@ -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;
Expand Down

0 comments on commit 54039b3

Please sign in to comment.