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 /desktop/win32 | |
parent | 10890bcd4205c82cf79170a61ca5efbb277f8c09 (diff) |
Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
Diffstat (limited to 'desktop/win32')
-rwxr-xr-x | desktop/win32/source/QuickStart/QuickStart.cxx | 1 | ||||
-rw-r--r-- | desktop/win32/source/guiloader/genericloader.cxx | 1 | ||||
-rwxr-xr-x | desktop/win32/source/guistdio/guistdio.inc | 1 | ||||
-rw-r--r-- | desktop/win32/source/officeloader/officeloader.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/desktop/win32/source/QuickStart/QuickStart.cxx b/desktop/win32/source/QuickStart/QuickStart.cxx index e1e2c4da701c..3531c29ea317 100755 --- a/desktop/win32/source/QuickStart/QuickStart.cxx +++ b/desktop/win32/source/QuickStart/QuickStart.cxx @@ -4,6 +4,7 @@ #include "StdAfx.h" #include "resource.h" +#include <systools/win32/uwinapi.h> #include <stdio.h> #define MY_TASKBAR_NOTIFICATION WM_USER+1 diff --git a/desktop/win32/source/guiloader/genericloader.cxx b/desktop/win32/source/guiloader/genericloader.cxx index 92d5111ef975..1d2075a65bc8 100644 --- a/desktop/win32/source/guiloader/genericloader.cxx +++ b/desktop/win32/source/guiloader/genericloader.cxx @@ -46,6 +46,7 @@ #include <malloc.h> #include <string.h> #include <stdlib.h> +#include <systools/win32/uwinapi.h> #include "tools/pathutils.hxx" #include "../extendloaderenvironment.hxx" diff --git a/desktop/win32/source/guistdio/guistdio.inc b/desktop/win32/source/guistdio/guistdio.inc index a73916ae0525..05d462d23197 100755 --- a/desktop/win32/source/guistdio/guistdio.inc +++ b/desktop/win32/source/guistdio/guistdio.inc @@ -40,6 +40,7 @@ #include <string.h> #include <stdlib.h> +#include <systools/win32/uwinapi.h> #include <stdio.h> #include <sal/macros.h> diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx index 9fe614ac39df..7a08d7ee64c7 100644 --- a/desktop/win32/source/officeloader/officeloader.cxx +++ b/desktop/win32/source/officeloader/officeloader.cxx @@ -48,6 +48,7 @@ #include <malloc.h> #include <string.h> #include <stdlib.h> +#include <systools/win32/uwinapi.h> #include "rtl/string.h" #include <sal/macros.h> |