[DRTVWR-476] - suppress dbghelp.h compiler warnings
parent
ca66cea70d
commit
ff810f5cfb
|
|
@ -33,7 +33,10 @@
|
|||
#include <sstream>
|
||||
|
||||
#include "llwin32headerslean.h"
|
||||
#include "Dbghelp.h"
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable:4091) // a microsoft header has warnings. Very nice.
|
||||
#include <dbghelp.h>
|
||||
#pragma warning (pop)
|
||||
|
||||
typedef USHORT NTAPI RtlCaptureStackBackTrace_Function(
|
||||
IN ULONG frames_to_skip,
|
||||
|
|
|
|||
Loading…
Reference in New Issue