Kaydet (Commit) f1ec4b66 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Adapt the tree to tools/svwin.h removal

üst 4bc44208
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
#include "precompiled_basic.hxx" #include "precompiled_basic.hxx"
#include "sal/config.h" #include "sal/config.h"
#if defined(WNT)
#include <windows.h>
#endif
#include <algorithm> #include <algorithm>
#include <cstddef> #include <cstddef>
#include <list> #include <list>
...@@ -42,7 +46,6 @@ ...@@ -42,7 +46,6 @@
#include "rtl/string.hxx" #include "rtl/string.hxx"
#include "rtl/ustring.hxx" #include "rtl/ustring.hxx"
#include "salhelper/simplereferenceobject.hxx" #include "salhelper/simplereferenceobject.hxx"
#include "tools/svwin.h"
#include "dllmgr.hxx" #include "dllmgr.hxx"
......
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
#include "precompiled_basic.hxx" #include "precompiled_basic.hxx"
#include "sal/config.h" #include "sal/config.h"
#if defined(WNT)
#include <windows.h>
#endif
#include <algorithm> #include <algorithm>
#include <cstddef> #include <cstddef>
#include <list> #include <list>
...@@ -42,7 +46,6 @@ ...@@ -42,7 +46,6 @@
#include "rtl/string.hxx" #include "rtl/string.hxx"
#include "rtl/ustring.hxx" #include "rtl/ustring.hxx"
#include "salhelper/simplereferenceobject.hxx" #include "salhelper/simplereferenceobject.hxx"
#include "tools/svwin.h"
#undef max #undef max
......
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
#include "precompiled_basic.hxx" #include "precompiled_basic.hxx"
#include "sal/config.h" #include "sal/config.h"
#if defined(WNT)
#include <windows.h>
#endif
#include <algorithm> #include <algorithm>
#include <cstddef> #include <cstddef>
#include <list> #include <list>
...@@ -43,7 +47,6 @@ ...@@ -43,7 +47,6 @@
#include "rtl/string.hxx" #include "rtl/string.hxx"
#include "rtl/ustring.hxx" #include "rtl/ustring.hxx"
#include "salhelper/simplereferenceobject.hxx" #include "salhelper/simplereferenceobject.hxx"
#include "tools/svwin.h"
#undef max #undef max
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "precompiled_sfx2.hxx" #include "precompiled_sfx2.hxx"
#if defined(WNT) #if defined(WNT)
#include <tools/svwin.h> #include <windows.h>
#endif #endif
#include "impldde.hxx" #include "impldde.hxx"
......
...@@ -33,9 +33,8 @@ ...@@ -33,9 +33,8 @@
#define UNICODE #define UNICODE
#define _UNICODE #define _UNICODE
#include <tools/svwin.h>
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <tchar.h> #include <tchar.h>
#include <stdio.h> #include <stdio.h>
#include <systools/win32/uwinapi.h> #include <systools/win32/uwinapi.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment