Alexandre Julliard : tdi.sys: Build with msvcrt.
24 Jun
2019
24 Jun
'19
9:06 p.m.
Module: wine Branch: master Commit: 2eec1676ac94101685e06b8c7368f66264f48cab URL: https://source.winehq.org/git/wine.git/?a=commit;h=2eec1676ac94101685e06b8c7... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 24 10:10:42 2019 +0200 tdi.sys: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/tdi.sys/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/tdi.sys/Makefile.in b/dlls/tdi.sys/Makefile.in index d414ff7..9d5e05f 100644 --- a/dlls/tdi.sys/Makefile.in +++ b/dlls/tdi.sys/Makefile.in @@ -1,5 +1,7 @@ MODULE = tdi.sys EXTRADLLFLAGS = -Wl,--subsystem,native +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c
2460
Age (days ago)
2460
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard