Kaydet (Commit) a21f52e7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=undef (MinGW, np_sdk)

Change-Id: If8207bcc0e21eb206faa58c4debc34c95e33b279
üst be9e5c5a
......@@ -51,12 +51,12 @@
#endif
#if defined(_WIN32) && !defined(__SYMBIAN32__)
#if _MSC_VER >= 1200
#if defined _MSC_VER && _MSC_VER >= 1200
#pragma warning(push)
#pragma warning(disable:4201)
#endif
#include <windef.h>
#if _MSC_VER >= 1200
#if defined _MSC_VER && _MSC_VER >= 1200
#pragma warning(pop)
#endif
#ifndef XP_WIN
......
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