Alexandre Julliard : npmshtml: Build with msvcrt.
17 Jun
2019
17 Jun
'19
8:54 p.m.
Module: wine Branch: master Commit: adc203e56338e5479ba51b6658367bcf34e55c61 URL: https://source.winehq.org/git/wine.git/?a=commit;h=adc203e56338e5479ba51b665... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 17 09:25:50 2019 +0200 npmshtml: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/npmshtml/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/npmshtml/Makefile.in b/dlls/npmshtml/Makefile.in index aaaad83..61e057c 100644 --- a/dlls/npmshtml/Makefile.in +++ b/dlls/npmshtml/Makefile.in @@ -1,5 +1,7 @@ MODULE = npmshtml.dll IMPORTS = mshtml +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = main.c RC_SRCS = rsrc.rc
2468
Age (days ago)
2468
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard