[PATCH] shlwapi/tests: Fix link order.

Zebediah Figura z.figura12 at gmail.com
Mon Feb 19 16:10:29 CST 2018


Some functions are declared both in shell32 and in shlwapi; we want to link
to the latter.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/shlwapi/tests/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shlwapi/tests/Makefile.in b/dlls/shlwapi/tests/Makefile.in
index 2ec694c..450a395 100644
--- a/dlls/shlwapi/tests/Makefile.in
+++ b/dlls/shlwapi/tests/Makefile.in
@@ -1,5 +1,5 @@
 TESTDLL   = shlwapi.dll
-IMPORTS   = shell32 shlwapi mlang oleaut32 ole32 user32 advapi32
+IMPORTS   = shlwapi shell32 mlang oleaut32 ole32 user32 advapi32
 
 C_SRCS = \
 	assoc.c \
-- 
2.7.4




More information about the wine-devel mailing list