Commit 46c5b5bc authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

No need to link against shell32 or user32.

parent 9e68c651
......@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winebrowser.exe
APPMODE = -mconsole
IMPORTS = shell32 user32 advapi32 kernel32
IMPORTS = advapi32 kernel32
C_SRCS = \
main.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