mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Properly fixed one warning
This commit is contained in:
@@ -522,7 +522,7 @@ PEXCEPTION_POINTERS pExceptionInfo)
|
||||
_tprintf(_T("Global Variables\r\n"));
|
||||
|
||||
SymEnumSymbols(GetCurrentProcess(),
|
||||
(DWORD64)(DWORD)GetModuleHandle(szFaultingModule),
|
||||
(UINT_PTR)GetModuleHandle(szFaultingModule),
|
||||
0, EnumerateSymbolsCallback, 0);
|
||||
// #endif // X86 Only!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user