summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:10:08 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:11:55 +0100
commitf1ec4b66c2bbcfd40605f8741db557ed80e871cb (patch)
tree2cafc707946d68f8b246a418bb524cd50ae47753 /basic
parent4bc4420854d38f19146bb68b524c673dfa5c31a7 (diff)
Adapt the tree to tools/svwin.h removal
Diffstat (limited to 'basic')
-rwxr-xr-xbasic/source/runtime/dllmgr-none.cxx5
-rwxr-xr-xbasic/source/runtime/dllmgr-x64.cxx5
-rwxr-xr-xbasic/source/runtime/dllmgr-x86.cxx5
3 files changed, 12 insertions, 3 deletions
diff --git a/basic/source/runtime/dllmgr-none.cxx b/basic/source/runtime/dllmgr-none.cxx
index db32b646b619..e893cd3fb8b5 100755
--- a/basic/source/runtime/dllmgr-none.cxx
+++ b/basic/source/runtime/dllmgr-none.cxx
@@ -29,6 +29,10 @@
#include "precompiled_basic.hxx"
#include "sal/config.h"
+#if defined(WNT)
+#include <windows.h>
+#endif
+
#include <algorithm>
#include <cstddef>
#include <list>
@@ -42,7 +46,6 @@
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "salhelper/simplereferenceobject.hxx"
-#include "tools/svwin.h"
#include "dllmgr.hxx"
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx
index 1a5845e10ee2..dc774f17bfb0 100755
--- a/basic/source/runtime/dllmgr-x64.cxx
+++ b/basic/source/runtime/dllmgr-x64.cxx
@@ -29,6 +29,10 @@
#include "precompiled_basic.hxx"
#include "sal/config.h"
+#if defined(WNT)
+#include <windows.h>
+#endif
+
#include <algorithm>
#include <cstddef>
#include <list>
@@ -42,7 +46,6 @@
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "salhelper/simplereferenceobject.hxx"
-#include "tools/svwin.h"
#undef max
diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx
index 1a417e99c284..8650a4699dba 100755
--- a/basic/source/runtime/dllmgr-x86.cxx
+++ b/basic/source/runtime/dllmgr-x86.cxx
@@ -29,6 +29,10 @@
#include "precompiled_basic.hxx"
#include "sal/config.h"
+#if defined(WNT)
+#include <windows.h>
+#endif
+
#include <algorithm>
#include <cstddef>
#include <list>
@@ -43,7 +47,6 @@
#include "rtl/string.hxx"
#include "rtl/ustring.hxx"
#include "salhelper/simplereferenceobject.hxx"
-#include "tools/svwin.h"
#undef max