Alexandre Julliard : ieproxy: Build with msvcrt.
5 Jun
2019
5 Jun
'19
9:12 p.m.
Module: wine Branch: master Commit: 485d95c7e2f2cde2089ee396e2d86bbc235bf5dd URL: https://source.winehq.org/git/wine.git/?a=commit;h=485d95c7e2f2cde2089ee396e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jun 5 08:39:12 2019 +0200 ieproxy: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ieproxy/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/ieproxy/Makefile.in b/dlls/ieproxy/Makefile.in index 00c5fd1..661cf92 100644 --- a/dlls/ieproxy/Makefile.in +++ b/dlls/ieproxy/Makefile.in @@ -1,6 +1,8 @@ MODULE = ieproxy.dll IMPORTS = uuid ole32 rpcrt4 +EXTRADLLFLAGS = -mno-cygwin + IDL_SRCS = \ ieproxy_ieautomation.idl \ ieproxy_perhist.idl
2478
Age (days ago)
2478
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard