mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-05-16 12:21:22 +00:00
Win32 sync
This commit is contained in:
parent
847d08d5b7
commit
f8ab0e03ba
@ -124,8 +124,8 @@ void logvisorAbort()
|
||||
|
||||
// If you caught one of the above signals, it is likely you just
|
||||
// want to quit your program right now.
|
||||
system("PAUSE");
|
||||
exit(1);
|
||||
signal(SIGABRT, SIG_DFL);
|
||||
abort();
|
||||
}
|
||||
#else
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user