Alexandre Julliard : msident: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Thu Jun 13 15:40:38 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 13 08:43:37 2019 +0200

msident: Build with msvcrt.

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

---

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

diff --git a/dlls/msident/Makefile.in b/dlls/msident/Makefile.in
index 913c114..433d454 100644
--- a/dlls/msident/Makefile.in
+++ b/dlls/msident/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = msident.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	msident.c
 




More information about the wine-cvs mailing list