From 94700e837622c077dc92e4eac3b9022acb32556b Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 1 May 2019 10:39:42 +0200 Subject: [PATCH] rpcss: Build with msvcrt. Signed-off-by: Alexandre Julliard --- programs/rpcss/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/rpcss/Makefile.in b/programs/rpcss/Makefile.in index 79895af1166..6ccb5e965aa 100644 --- a/programs/rpcss/Makefile.in +++ b/programs/rpcss/Makefile.in @@ -1,7 +1,8 @@ MODULE = rpcss.exe -APPMODE = -mconsole -municode IMPORTS = rpcrt4 advapi32 +EXTRADLLFLAGS = -mconsole -municode -mno-cygwin + C_SRCS = \ epmp.c \ irotp.c \