1
0
Fork 0

MSVC: Ignore the deprecation warning in 3rd party StackWalker.

This commit is contained in:
Mattes D 2015-08-09 09:23:12 +02:00
parent 171e754a6e
commit bfc698f0ed
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
#include <tchar.h>
#pragma comment(lib, "version.lib") // for "VerQueryValue"
#pragma warning(disable:4826)
#pragma warning(disable:4996) // "GetVersionEx" was declared deprecated
#include "StackWalker.h"