ignore warning 4091 in dbghelp.h
This commit is contained in:
parent
7bb033ca00
commit
664b18302b
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue