mirror of https://github.com/AxioDL/logvisor.git
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…
Reference in New Issue