Windows crash handler. (#1383)
* Windows crash handler. * Fix naming convention.
This commit is contained in:
@@ -42,6 +42,8 @@ int main(int argc, char** argv)
|
||||
{
|
||||
#ifdef __linux__
|
||||
SetupHandlerLinux();
|
||||
#elif _WIN32
|
||||
SetUnhandledExceptionFilter(seh_filter);
|
||||
#endif
|
||||
|
||||
GameConsole_Init();
|
||||
|
||||
Reference in New Issue
Block a user