diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-09-16 16:25:27 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-09-16 16:26:03 +0200 |
commit | bb5bdbbdca966c03e6b22b455630381154cb6d01 (patch) | |
tree | e742242194c16bb1f2572a7bdbd6b81424654367 /sal/osl | |
parent | 10890bcd4205c82cf79170a61ca5efbb277f8c09 (diff) |
Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/w32/dllentry.c | 1 | ||||
-rw-r--r-- | sal/osl/w32/file.cxx | 2 | ||||
-rw-r--r-- | sal/osl/w32/file_dirvol.cxx | 2 | ||||
-rw-r--r-- | sal/osl/w32/file_error.c | 2 | ||||
-rw-r--r-- | sal/osl/w32/file_url.cxx | 1 | ||||
-rw-r--r-- | sal/osl/w32/security.c | 1 | ||||
-rw-r--r-- | sal/osl/w32/signal.cxx | 1 | ||||
-rw-r--r-- | sal/osl/w32/tempfile.cxx | 1 |
8 files changed, 11 insertions, 0 deletions
diff --git a/sal/osl/w32/dllentry.c b/sal/osl/w32/dllentry.c index f6e526cf44fe..4d894260446a 100644 --- a/sal/osl/w32/dllentry.c +++ b/sal/osl/w32/dllentry.c @@ -34,6 +34,7 @@ #pragma warning(pop) #endif #include <tlhelp32.h> +#include <systools/win32/uwinapi.h> #include <winsock.h> #include <osl/diagnose.h> #include <sal/types.h> diff --git a/sal/osl/w32/file.cxx b/sal/osl/w32/file.cxx index 3a1f799cfb44..b4648a72d2ae 100644 --- a/sal/osl/w32/file.cxx +++ b/sal/osl/w32/file.cxx @@ -32,6 +32,8 @@ #define UNICODE #define _UNICODE #define _WIN32_WINNT 0x0500 +#include "systools/win32/uwinapi.h" + #include "osl/file.hxx" #include "file_url.h" diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx index 53dbda6ccfe6..8e3ea7f9f284 100644 --- a/sal/osl/w32/file_dirvol.cxx +++ b/sal/osl/w32/file_dirvol.cxx @@ -29,6 +29,8 @@ #define UNICODE #define _UNICODE #define _WIN32_WINNT 0x0500 +#include "systools/win32/uwinapi.h" + #include "osl/file.h" #include "file_url.h" diff --git a/sal/osl/w32/file_error.c b/sal/osl/w32/file_error.c index ac6a56f9d0ed..bc9048d72a36 100644 --- a/sal/osl/w32/file_error.c +++ b/sal/osl/w32/file_error.c @@ -29,6 +29,8 @@ #define UNICODE #define _UNICODE #define _WIN32_WINNT 0x0500 +#include "systools/win32/uwinapi.h" + #include "file_error.h" #include "osl/diagnose.h" diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx index d665ee4a63d2..82fd8d2fbc74 100644 --- a/sal/osl/w32/file_url.cxx +++ b/sal/osl/w32/file_url.cxx @@ -29,6 +29,7 @@ #define UNICODE #define _UNICODE #define _WIN32_WINNT 0x0500 +#include "systools/win32/uwinapi.h" #include "file_url.h" #include <sal/macros.h> diff --git a/sal/osl/w32/security.c b/sal/osl/w32/security.c index 81b0e85f98f5..053d39f446c1 100644 --- a/sal/osl/w32/security.c +++ b/sal/osl/w32/security.c @@ -33,6 +33,7 @@ #include <osl/diagnose.h> #include <osl/thread.h> #include <osl/file.h> +#include <systools/win32/uwinapi.h> #include <sal/macros.h> #include "secimpl.h" diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx index a5f243dd5061..659d66ee1c74 100644 --- a/sal/osl/w32/signal.cxx +++ b/sal/osl/w32/signal.cxx @@ -40,6 +40,7 @@ #include <DbgHelp.h> #endif #include <errorrep.h> +#include <systools/win32/uwinapi.h> #include <sal/macros.h> typedef struct _oslSignalHandlerImpl diff --git a/sal/osl/w32/tempfile.cxx b/sal/osl/w32/tempfile.cxx index d5d4f16fef57..9922b699a932 100644 --- a/sal/osl/w32/tempfile.cxx +++ b/sal/osl/w32/tempfile.cxx @@ -29,6 +29,7 @@ #define UNICODE #define _UNICODE #define _WIN32_WINNT 0x0500 +#include "systools/win32/uwinapi.h" #include "osl/file.h" |