added automatic linking pragma for StackWalk64 (#96)

This commit is contained in:
Dmitry Ledentsov 2016-06-13 00:57:55 +02:00 committed by Kjell Hedström
parent 736d6437b8
commit f10fbe1d9c

View File

@ -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"