mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-07 04:45:52 +00:00
windows signal set fix
This commit is contained in:
parent
4780960161
commit
6efe4417d7
@ -105,10 +105,9 @@ int main(int argc, const char** argv)
|
||||
const char* term = getenv("TERM");
|
||||
if (term && !strncmp(term, "xterm", 5))
|
||||
XTERM_COLOR = true;
|
||||
#endif
|
||||
|
||||
signal(SIGINT, SIGINTHandler);
|
||||
signal(SIGWINCH, SIGWINCHHandler);
|
||||
#endif
|
||||
signal(SIGINT, SIGINTHandler);
|
||||
|
||||
LogVisor::RegisterConsoleLogger();
|
||||
atSetExceptionHandler(AthenaExc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user