mirror of
https://github.com/yawut/SDL.git
synced 2026-08-11 03:25:32 -05:00
Further patched to compile on Windows.
This commit is contained in:
@@ -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. */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user