summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxwindow1.cxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 01:31:21 -0600
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 09:44:37 +0200
commita18b02e8a3278f1c1b7a505d0551d9254913bfe0 (patch)
tree7a74bd23d1b8e270b66a944773e348dc7e8f5663 /toolkit/source/awt/vclxwindow1.cxx
parent273e5b1f522a56ae74559eb2d404ecf53c9a2428 (diff)
Temporarily put back prewin.h/postwin.h hack in tools and vcl
Diffstat (limited to 'toolkit/source/awt/vclxwindow1.cxx')
-rw-r--r--toolkit/source/awt/vclxwindow1.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx
index 186b65c3d68f..3039e11c3895 100644
--- a/toolkit/source/awt/vclxwindow1.cxx
+++ b/toolkit/source/awt/vclxwindow1.cxx
@@ -37,7 +37,8 @@
#include <vcl/window.hxx>
#ifdef WNT
-#include <windows.h>
+#include <prewin.h>
+#include <postwin.h>
#elif defined ( QUARTZ )
#include "premac.h"
#include <Cocoa/Cocoa.h>