summaryrefslogtreecommitdiff
path: root/vcl/source/app
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 /vcl/source/app
parent273e5b1f522a56ae74559eb2d404ecf53c9a2428 (diff)
Temporarily put back prewin.h/postwin.h hack in tools and vcl
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/settings.cxx1
-rw-r--r--vcl/source/app/svmain.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 782c6d1efc69..75fd77bbaf73 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -28,6 +28,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_vcl.hxx"
+#include <svsys.h>
#include "tools/debug.hxx"
#include "i18npool/mslangid.hxx"
#include "vcl/svapp.hxx"
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 3f7b6a9535dd..655bb0393563 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -30,6 +30,7 @@
#include "precompiled_vcl.hxx"
#ifdef WNT
+#include <svsys.h>
#include <process.h> // for _beginthreadex
#include <ole2.h> // for _beginthreadex
#endif