Kaydet (Commit) 4dd53b38 authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) David Tardon

fix shell build with Win8 SDK

Change-Id: I19d39f26732772f274e6c8fd76326c50fd73baa3
üst 2be1fb4e
...@@ -27,8 +27,10 @@ ...@@ -27,8 +27,10 @@
#include <windows.h> #include <windows.h>
#include <mapi.h> #include <mapi.h>
#ifndef __MINGW32__ #ifndef __MINGW32__
#if NTDDI_VERSION < NTDDI_WIN8
#include <mapix.h> #include <mapix.h>
#endif #endif
#endif
#if defined _MSC_VER #if defined _MSC_VER
#pragma warning(pop) #pragma warning(pop)
#endif #endif
......
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