Alexandre Julliard : esent: Build with msvcrt.
4 Jun
2019
4 Jun
'19
9:28 p.m.
Module: wine Branch: master Commit: aade6e5eb4b5ffd84db7471d10c7875baebcb8c1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aade6e5eb4b5ffd84db7471d1... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 4 09:06:28 2019 +0200 esent: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/esent/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/esent/Makefile.in b/dlls/esent/Makefile.in index ab55483..b789ee2 100644 --- a/dlls/esent/Makefile.in +++ b/dlls/esent/Makefile.in @@ -1,4 +1,6 @@ MODULE = esent.dll +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ esent_main.c
2386
Age (days ago)
2386
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard