Alexandre Julliard : esent: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue Jun 4 16:28:11 CDT 2019


Module: wine
Branch: master
Commit: aade6e5eb4b5ffd84db7471d10c7875baebcb8c1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=aade6e5eb4b5ffd84db7471d10c7875baebcb8c1

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun  4 09:06:28 2019 +0200

esent: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list