From a003eb5db45ad50c9bbd034a44d969000dbd56bc Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 4 Jun 2019 09:08:17 +0200 Subject: [PATCH] explorerframe: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/explorerframe/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/explorerframe/Makefile.in b/dlls/explorerframe/Makefile.in index 18d054c7fad..8f7208e818a 100644 --- a/dlls/explorerframe/Makefile.in +++ b/dlls/explorerframe/Makefile.in @@ -1,6 +1,8 @@ MODULE = explorerframe.dll IMPORTS = uuid ole32 comctl32 shell32 user32 +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ explorerframe_main.c \ nstc.c \