explorerframe: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
aade6e5eb4
commit
a003eb5db4
|
@ -1,6 +1,8 @@
|
||||||
MODULE = explorerframe.dll
|
MODULE = explorerframe.dll
|
||||||
IMPORTS = uuid ole32 comctl32 shell32 user32
|
IMPORTS = uuid ole32 comctl32 shell32 user32
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
explorerframe_main.c \
|
explorerframe_main.c \
|
||||||
nstc.c \
|
nstc.c \
|
||||||
|
|
Loading…
Reference in New Issue