Alexandre Julliard : netcfgx: Build with msvcrt.
14 Jun
2019
14 Jun
'19
9:52 p.m.
Module: wine Branch: master Commit: dfaddf309ee93a27fa92f35fa8c01b8f397718de URL: https://source.winehq.org/git/wine.git/?a=commit;h=dfaddf309ee93a27fa92f35fa... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jun 14 09:22:17 2019 +0200 netcfgx: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/netcfgx/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/netcfgx/Makefile.in b/dlls/netcfgx/Makefile.in index 7e5e1fc..d4dae8f 100644 --- a/dlls/netcfgx/Makefile.in +++ b/dlls/netcfgx/Makefile.in @@ -1,6 +1,8 @@ MODULE = netcfgx.dll IMPORTS = uuid +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c \ netcfg.c
2470
Age (days ago)
2470
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard