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

Commit

Permalink
Further patched to compile on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 2, 2011
1 parent baf9143 commit 9e43637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/windows/SDL_systhread.c
Expand Up @@ -173,7 +173,7 @@ SDL_SYS_SetupThread(const char *name)
{
RaiseException(0x406D1388, 0, sizeof(inf)/sizeof(DWORD), (DWORD*)&inf);
}
except(EXCEPTION_CONTINUE_EXECUTION)
__except(EXCEPTION_CONTINUE_EXECUTION)
{
/* The program itself should ignore this bogus exception. */
}
Expand Down

0 comments on commit 9e43637

Please sign in to comment.