Properly fixed one warning

This commit is contained in:
Shauren
2012-09-04 17:00:56 +02:00
parent 8ec0146721
commit c4466facb1

View File

@@ -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!