Fixed Windows build

This commit is contained in:
Latif Khalifa
2013-10-10 00:18:47 +02:00
parent d98402b13f
commit c3226b25fe

View File

@@ -244,8 +244,8 @@ int main(int argc, char **argv)
signal(SIGBUS, &crash_handler); // bus error
signal(SIGSEGV, &crash_handler); // segmentation violation
signal(SIGSYS, &crash_handler); // non-existent system call invoked
#endif
}
#endif
#if LL_DARWIN
setupCocoa();