[DRTVWR-476] - suppress dbghelp.h compiler warnings

master
Anchor 2019-05-23 21:56:15 -07:00 committed by Nat Goodspeed
parent ca66cea70d
commit ff810f5cfb
1 changed files with 4 additions and 1 deletions

View File

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