Fix win build

This commit is contained in:
Antony Polukhin
2016-11-15 22:02:05 +03:00
parent 115c5db0a3
commit 8e98270361

View File

@@ -129,7 +129,7 @@ struct backtrace_holder {
if (!try_init_com(idebug_)) {
return result;
}
ULONG64 offset = buffer[frame]);
ULONG64 offset = reinterpret_cast<ULONG64>(buffer[frame]);
char name[256];
name[0] = 0;