Alexandre Julliard : actxprxy: Build with msvcrt.
27 May
2019
27 May
'19
7:50 p.m.
Module: wine Branch: master Commit: 143bf4346526d6d006b2e593b560575bf7e21b5e URL: https://source.winehq.org/git/wine.git/?a=commit;h=143bf4346526d6d006b2e593b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon May 27 15:50:22 2019 +0200 actxprxy: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/actxprxy/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in index a4618bd..0517a4d 100644 --- a/dlls/actxprxy/Makefile.in +++ b/dlls/actxprxy/Makefile.in @@ -1,6 +1,8 @@ MODULE = actxprxy.dll IMPORTS = uuid oleaut32 ole32 rpcrt4 +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ usrmarshal.c
2488
Age (days ago)
2488
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard