Further patched to compile on Windows.

This commit is contained in:
Ryan C. Gordon 2011-10-02 00:43:56 -04:00
parent 18cd3d30c7
commit 3d8f0392c1

View file

@ -173,7 +173,7 @@ SDL_SYS_SetupThread(const char *name)
{ {
RaiseException(0x406D1388, 0, sizeof(inf)/sizeof(DWORD), (DWORD*)&inf); 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. */ /* The program itself should ignore this bogus exception. */
} }