Disable warning: system header is broken

pull/5770/head
Craig Tiller 9 years ago
parent b195792ed9
commit 2ed1a9e329
  1. 2
      test/core/util/test_config.c

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

Loading…
Cancel
Save