8 Apr
2020
8 Apr
'20
6:05 a.m.
Signed-off-by: Chip Davis <cdavis(a)codeweavers.com> --- programs/rpcss/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/programs/rpcss/Makefile.in b/programs/rpcss/Makefile.in index dcc405a944b..430ab5e2c74 100644 --- a/programs/rpcss/Makefile.in +++ b/programs/rpcss/Makefile.in @@ -3,6 +3,10 @@ IMPORTS = rpcrt4 advapi32 EXTRADLLFLAGS = -mconsole -municode -mno-cygwin +epm_s_EXTRADEFS = $(NO_CAST_CALLING_CONV_CFLAGS) +irot_s_EXTRADEFS = $(NO_CAST_CALLING_CONV_CFLAGS) +irpcss_s_EXTRADEFS = $(NO_CAST_CALLING_CONV_CFLAGS) + C_SRCS = \ epmp.c \ irotp.c \ -- 2.24.0