projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ntdll: Refuse to create new thread if the target process is being terminated.
[wine]
/
programs
/
rundll32
/
Makefile.in
1
MODULE = rundll32.exe
2
APPMODE = -mwindows -municode
3
IMPORTS = user32
4
5
C_SRCS = \
6
rundll32.c
7
8
@MAKE_PROG_RULES@