1
0
Fork 0

comment out the windows unhandled exception handler

This commit is contained in:
Wilfried Goesgens 2017-04-24 15:13:40 +02:00
parent 40b80b64e3
commit ea3075e817
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ ArangoGlobalContext::ArangoGlobalContext(int argc, char* argv[],
ADB_WindowsEntryFunction();
#ifdef _WIN32
SetUnhandledExceptionFilter(unhandledExceptionHandler);
// SetUnhandledExceptionFilter(unhandledExceptionHandler);
#endif
TRIAGENS_REST_INITIALIZE();