Commit 3d8f0392 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Further patched to compile on Windows.

parent 18cd3d30
...@@ -173,7 +173,7 @@ SDL_SYS_SetupThread(const char *name) ...@@ -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. */
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment