taskmgr: 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:
Jacek Caban 2017-03-03 13:12:00 +01:00 committed by Alexandre Julliard
parent e137997399
commit 35faa0e7ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MODULE = taskmgr.exe
APPMODE = -mwindows -mno-cygwin
IMPORTS = psapi shell32 comctl32 user32 gdi32 advapi32
IMPORTS = shell32 comctl32 user32 gdi32 advapi32
C_SRCS = \
about.c \