mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-02-22 03:32:27 +00:00
Fix win build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user