mirror of https://gitee.com/bigwinds/arangodb
comment out the windows unhandled exception handler
This commit is contained in:
parent
40b80b64e3
commit
ea3075e817
|
@ -156,7 +156,7 @@ ArangoGlobalContext::ArangoGlobalContext(int argc, char* argv[],
|
||||||
ADB_WindowsEntryFunction();
|
ADB_WindowsEntryFunction();
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
SetUnhandledExceptionFilter(unhandledExceptionHandler);
|
// SetUnhandledExceptionFilter(unhandledExceptionHandler);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TRIAGENS_REST_INITIALIZE();
|
TRIAGENS_REST_INITIALIZE();
|
||||||
|
|
Loading…
Reference in New Issue