Skip to content
Snippets Groups Projects
Commit 2ed1a9e3 authored by Craig Tiller's avatar Craig Tiller
Browse files

Disable warning: system header is broken

parent b195792e
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,8 @@ static unsigned seed(void) { return _getpid(); } ...@@ -58,6 +58,8 @@ static unsigned seed(void) { return _getpid(); }
#include <tchar.h> #include <tchar.h>
// disable warning 4091 - dbghelp.h is broken for msvc2015
#pragma warning(disable : 4091)
#define DBGHELP_TRANSLATE_TCHAR #define DBGHELP_TRANSLATE_TCHAR
#include <dbghelp.h> #include <dbghelp.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment