Jacek Caban : winedbg: Removed no longer needed psapi import.

Alexandre Julliard julliard at winehq.org
Fri Mar 3 14:20:35 CST 2017


Module: wine
Branch: master
Commit: de002161feb2a415f13c3ce17e2360a3a1d98b6c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=de002161feb2a415f13c3ce17e2360a3a1d98b6c

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Mar  3 13:12:06 2017 +0100

winedbg: Removed no longer needed psapi import.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winedbg/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winedbg/Makefile.in b/programs/winedbg/Makefile.in
index 739c4eb..ff75874 100644
--- a/programs/winedbg/Makefile.in
+++ b/programs/winedbg/Makefile.in
@@ -1,6 +1,6 @@
 MODULE    = winedbg.exe
 APPMODE   = -mconsole
-IMPORTS   = psapi dbghelp advapi32
+IMPORTS   = dbghelp advapi32
 DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32
 EXTRALIBS = $(POLL_LIBS)
 




More information about the wine-cvs mailing list