[Libreoffice-commits] .: sfx2/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Mon Mar 28 04:45:32 PDT 2011
sfx2/source/appl/impldde.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit c13370a50b23282793b1753c8f1046e52d83438d
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Mon Mar 28 13:45:17 2011 +0200
Fix windows build of sfx2
diff --git a/sfx2/source/appl/impldde.cxx b/sfx2/source/appl/impldde.cxx
index a409dab..a30503c 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"
More information about the Libreoffice-commits
mailing list