diff options
author | Hennes Rohling <hro@openoffice.org> | 2002-08-14 14:20:47 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2002-08-14 14:20:47 +0000 |
commit | 153998b8961c1b0325b3330812a4eb0d69f81d6e (patch) | |
tree | b3e3a1feb0f1abbba4fefac84822c5872375f6cd /shell | |
parent | 5042a8b8ab950060ddac5b0d3448d63487469080 (diff) |
#91296# UWINAPI and UNICOWS used
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/SysShExec.cxx | 8 | ||||
-rw-r--r-- | shell/source/win32/makefile.mk | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx index e303d2de338e..d1295301a092 100644 --- a/shell/source/win32/SysShExec.cxx +++ b/shell/source/win32/SysShExec.cxx @@ -2,9 +2,9 @@ * * $RCSfile: SysShExec.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tra $ $Date: 2001-11-01 16:19:26 $ + * last change: $Author: hro $ $Date: 2002-08-14 15:17:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,9 @@ #include <com/sun/star/system/SystemShellExecuteFlags.hpp> #endif -#include <systools/win32/shell9x.h> +#define WIN32_LEAN_AND_MEAN +#include <windows.h> +#include <shellapi.h> //------------------------------------------------------------------------ // namespace directives diff --git a/shell/source/win32/makefile.mk b/shell/source/win32/makefile.mk index 03170b44c4a3..867dc2997fd5 100644 --- a/shell/source/win32/makefile.mk +++ b/shell/source/win32/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2002-08-09 18:58:57 $ +# last change: $Author: hro $ $Date: 2002-08-14 15:20:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,10 +84,11 @@ SHL1TARGET=$(TARGET) SHL1STDLIBS=$(CPPULIB)\ $(CPPUHELPERLIB)\ $(SALLIB)\ + uwinapi.lib \ + unicows.lib \ + advapi32.lib \ shell32.lib -SHL1LIBS=$(SOLARLIBDIR)$/shell9x.lib - SHL1DEPN= SHL1IMPLIB=i$(SHL1TARGET) |