Alexandre Julliard : spoolss: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Fri Jun 21 16:44:17 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 21 08:48:39 2019 +0200

spoolss: Build with msvcrt.

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

---

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

diff --git a/dlls/spoolss/Makefile.in b/dlls/spoolss/Makefile.in
index b6bc40e..a177944 100644
--- a/dlls/spoolss/Makefile.in
+++ b/dlls/spoolss/Makefile.in
@@ -2,6 +2,8 @@ MODULE      = spoolss.dll
 IMPORTLIB   = spoolss
 IMPORTS     = winspool
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	router.c \
 	spoolss_main.c




More information about the wine-cvs mailing list