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:
parent
c0d08e13c8
commit
ea52b552d7
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue