shlwapi/tests: Fix link order.

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

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2018-02-19 16:10:29 -06:00 committed by Alexandre Julliard
parent c0d08e13c8
commit ea52b552d7
1 changed files with 1 additions and 1 deletions

View File

@ -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 \