Windows: Don't call abort, use RaiseException directly
This commit is contained in:
@@ -158,6 +158,11 @@ void ShowOSErrorBox(const char *buf, bool system)
|
||||
}
|
||||
}
|
||||
|
||||
void DoOSAbort()
|
||||
{
|
||||
abort();
|
||||
}
|
||||
|
||||
void OSOpenBrowser(const char *url)
|
||||
{
|
||||
[ [ NSWorkspace sharedWorkspace ] openURL:[ NSURL URLWithString:[ NSString stringWithUTF8String:url ] ] ];
|
||||
|
Reference in New Issue
Block a user