Windows: Don't call abort, use RaiseException directly
This commit is contained in:
@@ -233,6 +233,11 @@ void ShowOSErrorBox(const char *buf, bool system)
|
||||
fprintf(stderr, "Error: %s\n", buf);
|
||||
}
|
||||
}
|
||||
|
||||
void NORETURN DoOSAbort()
|
||||
{
|
||||
abort();
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_COCOA
|
||||
|
Reference in New Issue
Block a user