summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 13:45:17 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 13:45:17 +0200
commitbadd3569d8bcec0748154fbc14236269ec7f59ce (patch)
treef8116feb473caf178b502cd2cdd0cd6a05b0acaa /sfx2
parent218b1fe918806243a90e2bd154bb40498fbfd2b2 (diff)
Fix windows build of sfx2
Diffstat (limited to 'sfx2')
-rwxr-xr-xsfx2/source/appl/impldde.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/appl/impldde.cxx b/sfx2/source/appl/impldde.cxx
index 2edde1d08bc3..2d423978619c 100755
--- a/sfx2/source/appl/impldde.cxx
+++ b/sfx2/source/appl/impldde.cxx
@@ -30,7 +30,8 @@
#include "precompiled_sfx2.hxx"
#if defined(WNT)
-#include <windows.h>
+#include <prewin.h>
+#include <postwin.h>
#endif
#include "impldde.hxx"