1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 17:28:47 +00:00

rpcss: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-05-01 10:39:42 +02:00
parent 8039941c52
commit 94700e8376

View File

@ -1,7 +1,8 @@
MODULE = rpcss.exe
APPMODE = -mconsole -municode
IMPORTS = rpcrt4 advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
epmp.c \
irotp.c \