Skip to content

Commit

Permalink
Maybe this will fix the Cygwin compile warning...argh.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 12, 2011
1 parent acb4e5d commit 6f9b30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/win32/SDL_systhread.c
Expand Up @@ -45,7 +45,7 @@ typedef unsigned long (__watcall *pfnSDL_CurrentBeginThread) (void *, unsigned,
unsigned (__stdcall *func)(void *), void *arg,
unsigned, unsigned *threadID);
typedef void (__watcall *pfnSDL_CurrentEndThread)(unsigned code);
#elif defined(__CYGWIN__) && !defined(__MINGW32__)
#elif (defined(__MINGW32__) && (__GNUC__ < 4))
typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
unsigned (__stdcall *func)(void *), void *arg,
unsigned, unsigned *threadID);
Expand Down

0 comments on commit 6f9b30b

Please sign in to comment.