Alexandre Julliard : qmgrprxy: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 19 15:08:15 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 19 10:28:26 2019 +0200

qmgrprxy: Build with msvcrt.

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

---

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

diff --git a/dlls/qmgrprxy/Makefile.in b/dlls/qmgrprxy/Makefile.in
index bdbe0bc..10d257a 100644
--- a/dlls/qmgrprxy/Makefile.in
+++ b/dlls/qmgrprxy/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = qmgrprxy.dll
 IMPORTS   = rpcrt4
 
+EXTRADLLFLAGS = -mno-cygwin
+
 IDL_SRCS = qmgrprxy.idl
 
 dlldata_EXTRADEFS = -DWINE_REGISTER_DLL




More information about the wine-cvs mailing list