diff options
author | Hennes Rohling <hro@openoffice.org> | 2002-08-26 13:03:30 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2002-08-26 13:03:30 +0000 |
commit | 445793117e5f0fdcf6b0c1839abef2647fdc187f (patch) | |
tree | 17dfd498738c5728290b668ba4683d9cd83aa925 /dtrans/test | |
parent | b750d8a8c7de083a2822dedf4d91e2ac77088cec (diff) |
#102647# Uwinapi.dll exports forwarded symbols of Unicows.dll
Diffstat (limited to 'dtrans/test')
-rw-r--r-- | dtrans/test/win32/dnd/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dtrans/test/win32/dnd/makefile.mk b/dtrans/test/win32/dnd/makefile.mk index 77490a9d3d1c..ec33cd9bb1cb 100644 --- a/dtrans/test/win32/dnd/makefile.mk +++ b/dtrans/test/win32/dnd/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hro $ $Date: 2002-08-14 14:53:43 $ +# last change: $Author: hro $ $Date: 2002-08-26 13:57:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,7 +124,6 @@ APP1STDLIBS= \ $(CPPUHELPERLIB) \ $(CPPULIB) \ uwinapi.lib \ - unicows.lib\ user32.lib \ ole32.lib \ comsupp.lib \ |