diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-17 11:49:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-17 11:51:15 +0200 |
commit | aae91941bfb0ec60e8703cff3d685c4a8dc7c301 (patch) | |
tree | 53fae7d5b9bc80f1418dea1de71bc37e9d73bb99 /shell | |
parent | a93abb0fa4598b49b786b6936e4d25f21f6187a7 (diff) |
-Werror=unused-macros (MinGW, shell)
Change-Id: I19a346a35eef403a7f831299e42655b9761f2c43
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/simplemail/senddoc.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx index 869a683d0bb6..f06b1b9a2773 100644 --- a/shell/source/win32/simplemail/senddoc.cxx +++ b/shell/source/win32/simplemail/senddoc.cxx @@ -26,14 +26,6 @@ #include "simplemapi.hxx" -#define WIN32_LEAN_AND_MEAN -#if defined _MSC_VER -#pragma warning(push, 1) -#endif -#include <windows.h> -#if defined _MSC_VER -#pragma warning(pop) -#endif #include <tchar.h> #include <iostream> |