From 4dd53b3893ba55db954bd02bd539c9b9a31454f6 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sat, 25 Aug 2012 11:23:09 -0400 Subject: fix shell build with Win8 SDK Change-Id: I19d39f26732772f274e6c8fd76326c50fd73baa3 --- shell/source/win32/simplemail/simplemapi.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/source/win32') 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 #include #ifndef __MINGW32__ +#if NTDDI_VERSION < NTDDI_WIN8 #include #endif +#endif #if defined _MSC_VER #pragma warning(pop) #endif -- cgit