Alexandre Julliard : msdaps: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 12 16:44:24 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 12 09:41:25 2019 +0200

msdaps: Build with msvcrt.

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

---

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

diff --git a/dlls/msdaps/Makefile.in b/dlls/msdaps/Makefile.in
index 14bef85..13486c4 100644
--- a/dlls/msdaps/Makefile.in
+++ b/dlls/msdaps/Makefile.in
@@ -2,6 +2,8 @@ MODULE    = msdaps.dll
 IMPORTS   = uuid oleaut32 ole32 rpcrt4 advapi32
 EXTRAIDLFLAGS = --win32-align=2
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c \
 	row_server.c \




More information about the wine-cvs mailing list