Jacek Caban : taskkill: Removed no longer needed psapi import.
Module: wine Branch: master Commit: e1379973998b8edfa4ca25647d6cd40fa1cf93ee URL: http://source.winehq.org/git/wine.git/?a=commit;h=e1379973998b8edfa4ca25647d... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Mar 3 13:11:52 2017 +0100 taskkill: Removed no longer needed psapi import. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/taskkill/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/taskkill/Makefile.in b/programs/taskkill/Makefile.in index 20ce1cc..ec53cdb 100644 --- a/programs/taskkill/Makefile.in +++ b/programs/taskkill/Makefile.in @@ -1,6 +1,6 @@ MODULE = taskkill.exe APPMODE = -mconsole -municode -IMPORTS = psapi user32 +IMPORTS = user32 C_SRCS = taskkill.c
participants (1)
-
Alexandre Julliard