Commit ea52b552 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

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: 's avatarZebediah Figura <z.figura12@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent c0d08e13
TESTDLL = shlwapi.dll
IMPORTS = shell32 shlwapi mlang oleaut32 ole32 user32 advapi32
IMPORTS = shlwapi shell32 mlang oleaut32 ole32 user32 advapi32
C_SRCS = \
assoc.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment