Skip to content
Snippets Groups Projects
Commit ea52b552 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard
Browse files

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