mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Windows crash handler. (#1383)
* Windows crash handler. * Fix naming convention.
This commit is contained in:
parent
0ce0ab1260
commit
8118947ab0
3 changed files with 333 additions and 129 deletions
|
@ -42,6 +42,8 @@ int main(int argc, char** argv)
|
|||
{
|
||||
#ifdef __linux__
|
||||
SetupHandlerLinux();
|
||||
#elif _WIN32
|
||||
SetUnhandledExceptionFilter(seh_filter);
|
||||
#endif
|
||||
|
||||
GameConsole_Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue