aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-09-04 17:00:56 +0200
committerShauren <shauren.trinity@gmail.com>2012-09-04 17:00:56 +0200
commitc4466facb15395ce89c28219e29b7d4e937d54ed (patch)
tree6a61c9c565c936d000765f9531b3c98791686162
parent8ec0146721bea6e70157a4024ce685c41431fc92 (diff)
Properly fixed one warning
-rw-r--r--src/server/shared/Debugging/WheatyExceptionReport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Debugging/WheatyExceptionReport.cpp b/src/server/shared/Debugging/WheatyExceptionReport.cpp
index eb0505c4d7b..96a115f8057 100644
--- a/src/server/shared/Debugging/WheatyExceptionReport.cpp
+++ b/src/server/shared/Debugging/WheatyExceptionReport.cpp
@@ -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!