diff options
author | Hennes Rohling <hro@openoffice.org> | 2002-08-26 13:16:03 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2002-08-26 13:16:03 +0000 |
commit | 15feddde4972718b11b8dadb4536574abd2c0a32 (patch) | |
tree | 60afd58dd9cb1d5d2746b84e571d4ec875067853 /shell | |
parent | c0da0ff064709554c111d4465a4384134df11c3c (diff) |
#102647# Uwinapi.dll exports forwarded symbols of Unicows.dll
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/source/win32/makefile.mk b/shell/source/win32/makefile.mk index 867dc2997fd5..9b0266582aab 100644 --- a/shell/source/win32/makefile.mk +++ b/shell/source/win32/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hro $ $Date: 2002-08-14 15:20:47 $ +# last change: $Author: hro $ $Date: 2002-08-26 14:16:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,7 +85,6 @@ SHL1STDLIBS=$(CPPULIB)\ $(CPPUHELPERLIB)\ $(SALLIB)\ uwinapi.lib \ - unicows.lib \ advapi32.lib \ shell32.lib |