21 Jun
2019
21 Jun
'19
10:44 p.m.
Module: wine Branch: master Commit: be0e5491d472325ca2023f0497b3abc8624592c1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=be0e5491d472325ca2023f049... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jun 21 08:48:39 2019 +0200 spoolss: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)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