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 @@
#include <sallayout.hxx>
#define COMPILE_MULTIMON_STUBS
#pragma warning(push)
#pragma warning(disable:4996)
#include <multimon.h>
#pragma warning(pop)
#include <vector>
#ifdef __MINGW32__
#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