taskkill: Removed no longer needed psapi import.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f4d9c3c994
commit
e137997399
|
@ -1,6 +1,6 @@
|
||||||
MODULE = taskkill.exe
|
MODULE = taskkill.exe
|
||||||
APPMODE = -mconsole -municode
|
APPMODE = -mconsole -municode
|
||||||
IMPORTS = psapi user32
|
IMPORTS = user32
|
||||||
|
|
||||||
C_SRCS = taskkill.c
|
C_SRCS = taskkill.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue