mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
VC12 fixes by @dalkon
This commit is contained in:
@@ -75,7 +75,7 @@ void Stacktrace(LPEXCEPTION_POINTERS e, std::stringstream& ss)
|
||||
pSym = (PIMAGEHLP_SYMBOL)symBuffer;
|
||||
|
||||
ZeroMemory(&sf, sizeof(sf));
|
||||
#ifdef __WIN64__
|
||||
#ifdef _WIN64
|
||||
sf.AddrPC.Offset = e->ContextRecord->Rip;
|
||||
sf.AddrStack.Offset = e->ContextRecord->Rsp;
|
||||
sf.AddrFrame.Offset = e->ContextRecord->Rbp;
|
||||
|
Reference in New Issue
Block a user