Alexandre Julliard : pstorec: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue Jun 18 17:21:47 CDT 2019


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

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

pstorec: Build with msvcrt.

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

---

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

diff --git a/dlls/pstorec/Makefile.in b/dlls/pstorec/Makefile.in
index d09f82c..f8009e2 100644
--- a/dlls/pstorec/Makefile.in
+++ b/dlls/pstorec/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = pstorec.dll
 IMPORTS   = uuid
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	pstorec.c
 




More information about the wine-cvs mailing list