Alexandre Julliard : comcat: Build with msvcrt.
28 May
2019
28 May
'19
8:06 p.m.
Module: wine Branch: master Commit: 20b6c7cba5be5cebea585a38913c6c26fd48c86f URL: https://source.winehq.org/git/wine.git/?a=commit;h=20b6c7cba5be5cebea585a389... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue May 28 07:40:04 2019 +0200 comcat: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comcat/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/comcat/Makefile.in b/dlls/comcat/Makefile.in index 2d105df..42061a1 100644 --- a/dlls/comcat/Makefile.in +++ b/dlls/comcat/Makefile.in @@ -1,6 +1,8 @@ MODULE = comcat.dll IMPORTS = ole32 +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ comcat_main.c
2487
Age (days ago)
2487
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard