init
This commit is contained in:
11
server/GateServer/CustomExceptHander.cpp
Normal file
11
server/GateServer/CustomExceptHander.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "StdAfx.h"
|
||||
#include "StackWalker.h"
|
||||
#ifdef WIN32
|
||||
DWORD CustomExceptHandler(const LPEXCEPTION_POINTERS lpPointers)
|
||||
{
|
||||
SHOW_CALLSTACK();
|
||||
return DefaultExceptHandler(lpPointers);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user