Further patched to compile on Windows.
This commit is contained in:
parent
18cd3d30c7
commit
3d8f0392c1
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue