mirror of
https://github.com/yawut/SDL.git
synced 2026-07-18 17:01:19 -05:00
Further patched to compile on Windows.
This commit is contained in:
parent
652f5a7622
commit
ce0c9e37fd
|
|
@ -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. */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user