summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-08-25 11:23:09 -0400
committerDavid Tardon <dtardon@redhat.com>2012-10-07 10:42:10 +0200
commit4dd53b3893ba55db954bd02bd539c9b9a31454f6 (patch)
treec7a9ceb5750d06dbe15c2818b2ad7efda0754117 /shell
parent2be1fb4eadb449b82c4c72bfa8b5f5ab2e3f3a80 (diff)
fix shell build with Win8 SDK
Change-Id: I19d39f26732772f274e6c8fd76326c50fd73baa3
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/simplemail/simplemapi.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/source/win32/simplemail/simplemapi.hxx b/shell/source/win32/simplemail/simplemapi.hxx
index 2de659ccb9e2..6495d4f418ba 100644
--- a/shell/source/win32/simplemail/simplemapi.hxx
+++ b/shell/source/win32/simplemail/simplemapi.hxx
@@ -27,8 +27,10 @@
#include <windows.h>
#include <mapi.h>
#ifndef __MINGW32__
+#if NTDDI_VERSION < NTDDI_WIN8
#include <mapix.h>
#endif
+#endif
#if defined _MSC_VER
#pragma warning(pop)
#endif