ntdll: Refuse to create new thread if the target process is being terminated.
[wine] / programs / rpcss / Makefile.in
1 MODULE    = rpcss.exe
2 APPMODE   = -mconsole
3 IMPORTS   = rpcrt4
4
5 C_SRCS = \
6         epmp.c \
7         irotp.c \
8         rpcss_main.c
9
10 IDL_S_SRCS = \
11         epm.idl \
12         irot.idl
13
14 @MAKE_PROG_RULES@