mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Debugging: Partially revert e0fb4445cd, the cmake hack to build wheaty directly into executable is still needed as it is impossible to have it initialize before every other static variable when it resides in dll (dynamic linking only)
This commit is contained in:
@@ -1463,8 +1463,3 @@ char* WheatyExceptionReport::PrintSymbolDetail(char* pszCurrBuffer)
|
||||
}
|
||||
|
||||
#endif // _WIN32
|
||||
|
||||
void InitializeCrashHandler()
|
||||
{
|
||||
// dummy call to make the linker not discard the compilation unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user