summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 18:57:59 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 18:57:59 +0100
commit5ad613272937edf33b126eeeb0ab15050c0c115e (patch)
treef72bd9ed419576d5a4263509078a8acdd30d283e /basic
parent0527adbab1eca41ae6aeefa6e63c2e02a796c111 (diff)
Wholesale prewin.h/postwin.h removal
Diffstat (limited to 'basic')
-rwxr-xr-xbasic/source/app/process.cxx4
-rwxr-xr-xbasic/source/runtime/methods.cxx2
-rwxr-xr-xbasic/source/sbx/sbxdec.hxx5
3 files changed, 0 insertions, 11 deletions
diff --git a/basic/source/app/process.cxx b/basic/source/app/process.cxx
index 6289b5d8eac3..7d507ecb3f33 100755
--- a/basic/source/app/process.cxx
+++ b/basic/source/app/process.cxx
@@ -30,10 +30,6 @@
#include "precompiled_basic.hxx"
-#ifdef WNT
-#include <prewin.h>
-#include <postwin.h>
-#endif
#include <tools/errcode.hxx>
#include <basic/sbxcore.hxx>
#include <tools/string.hxx>
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 1d5fd67f0302..eebb2e133449 100755
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -52,8 +52,6 @@
#include "runtime.hxx"
#include "sbunoobj.hxx"
#ifdef WNT
-#include <prewin.h>
-#include <postwin.h>
#include <tools/fsys.hxx>
#else
#include <osl/file.hxx>
diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx
index c783010f0ed2..45dc041a0b7d 100755
--- a/basic/source/sbx/sbxdec.hxx
+++ b/basic/source/sbx/sbxdec.hxx
@@ -34,17 +34,12 @@
#undef WB_LEFT
#undef WB_RIGHT
-#include <prewin.h>
-} // close extern "C" {
#ifndef __MINGW32__
#include <comutil.h>
#endif
#include <oleauto.h>
-extern "C" { // reopen extern "C" {
-#include <postwin.h>
-
#endif
#endif
#include <basic/sbx.hxx>