Kaydet (Commit) b18377bb authored tarafından Caolán McNamara's avatar Caolán McNamara

silence warning from use of GetVersionExA in external multimon.h header

Change-Id: I7979ff88c711ea018351e5235ea8bd98e2a9b56e
üst d8e7bc04
...@@ -70,7 +70,10 @@ ...@@ -70,7 +70,10 @@
#include <sallayout.hxx> #include <sallayout.hxx>
#define COMPILE_MULTIMON_STUBS #define COMPILE_MULTIMON_STUBS
#pragma warning(push)
#pragma warning(disable:4996)
#include <multimon.h> #include <multimon.h>
#pragma warning(pop)
#include <vector> #include <vector>
#ifdef __MINGW32__ #ifdef __MINGW32__
#include <algorithm> #include <algorithm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment