diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-31 21:06:25 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-31 21:07:02 +0100 |
commit | 326f3e40ba427f901e68642229c5e2c422d6135f (patch) | |
tree | 1641615ea7b06e84d2421812c777f30121593d0f /shell | |
parent | b4655065ad8866a346dc7c01658eaef30f85bbec (diff) |
shell: mapix.h is not needed at all
Change-Id: I1a55a4c260b781f7427bf149d32f1cae6149fe9a
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/simplemail/simplemapi.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/source/win32/simplemail/simplemapi.hxx b/shell/source/win32/simplemail/simplemapi.hxx index 6495d4f418ba..58f72fc6f40f 100644 --- a/shell/source/win32/simplemail/simplemapi.hxx +++ b/shell/source/win32/simplemail/simplemapi.hxx @@ -26,11 +26,6 @@ #endif #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 |