mirror of
https://github.com/KjellKod/g3log.git
synced 2025-03-01 10:57:57 +01:00
added automatic linking pragma for StackWalk64
(#96)
This commit is contained in:
parent
736d6437b8
commit
f10fbe1d9c
@ -23,6 +23,8 @@
|
||||
#include <mutex>
|
||||
#include <g3log/g3log.hpp>
|
||||
|
||||
#pragma comment(lib, "dbghelp.lib")
|
||||
|
||||
|
||||
#if !(defined(WIN32) || defined(_WIN32) || defined(__WIN32__))
|
||||
#error "stacktrace_win.cpp used but not on a windows system"
|
||||
|
Loading…
x
Reference in New Issue
Block a user