Further patched to compile on Windows.

This commit is contained in:
Ryan C. Gordon 2011-10-02 00:43:56 -04:00
parent 652f5a7622
commit ce0c9e37fd

View File

@ -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. */
}