summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/misc/ImplHelper.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dtrans/source/win32/misc/ImplHelper.cxx b/dtrans/source/win32/misc/ImplHelper.cxx
index cfc097123843..ccc81d88b73c 100644
--- a/dtrans/source/win32/misc/ImplHelper.cxx
+++ b/dtrans/source/win32/misc/ImplHelper.cxx
@@ -30,12 +30,13 @@
#if defined _MSC_VER
#pragma warning(pop)
#endif
-#if defined ( __MINGW32__ ) && !defined ( _WIN64 )
-#include <sehandler.hxx>
-#endif
#include <vector>
+#if defined ( __MINGW32__ )
+#include <sehandler.hxx>
+#endif
+
#define FORMATETC_EXACT_MATCH 1
#define FORMATETC_PARTIAL_MATCH -1
#define FORMATETC_NO_MATCH 0
itle='2017-02-15 21:50:23 +0000'>2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist 2017-01-10New loplugin:conststringvar: basegfxStephan Bergmann 2017-01-07coverity#1398371 Useless callCaolán McNamara 2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann 2016-07-25basegfx: use polygon initializer_list in some placesTomaž Vajngerl 2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani