Alexandre Julliard : authz: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue May 28 15:06:50 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 28 07:35:45 2019 +0200

authz: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/authz/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/authz/Makefile.in b/dlls/authz/Makefile.in
index 129e2a3..91a0704 100644
--- a/dlls/authz/Makefile.in
+++ b/dlls/authz/Makefile.in
@@ -1,4 +1,6 @@
 MODULE    = authz.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	authz.c




More information about the wine-cvs mailing list