ignore warning 4091 in dbghelp.h

This commit is contained in:
Nomango 2019-08-03 09:12:48 +08:00 committed by Nomango
parent 7bb033ca00
commit 664b18302b
1 changed files with 3 additions and 0 deletions

View File

@ -33,7 +33,10 @@
// If VC7 and later, then use the shipped 'dbghelp.h'-file // If VC7 and later, then use the shipped 'dbghelp.h'-file
#if _MSC_VER >= 1300 #if _MSC_VER >= 1300
#pragma warning(push)
#pragma warning(disable : 4091) // ignore warning in <dbghelp.h>
#include <dbghelp.h> #include <dbghelp.h>
#pragma warning(pop)
#else #else
// inline the important dbghelp.h-declarations... // inline the important dbghelp.h-declarations...
typedef enum { typedef enum {