Alexandre Julliard : explorerframe: Build with msvcrt.
Module: wine Branch: master Commit: a003eb5db45ad50c9bbd034a44d969000dbd56bc URL: https://source.winehq.org/git/wine.git/?a=commit;h=a003eb5db45ad50c9bbd034a4... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 4 09:08:17 2019 +0200 explorerframe: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/explorerframe/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/explorerframe/Makefile.in b/dlls/explorerframe/Makefile.in index 18d054c..8f7208e 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 \
participants (1)
-
Alexandre Julliard