mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
winedbg: 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
35faa0e7ed
commit
de002161fe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue