Jacek Caban : iexplore: Removed unneeded imports.

Alexandre Julliard julliard at winehq.org
Fri Jul 29 12:37:01 CDT 2011


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Jul 29 12:14:40 2011 +0200

iexplore: Removed unneeded imports.

---

 programs/iexplore/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/iexplore/Makefile.in b/programs/iexplore/Makefile.in
index 6762af6..1c1e191 100644
--- a/programs/iexplore/Makefile.in
+++ b/programs/iexplore/Makefile.in
@@ -1,7 +1,7 @@
 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
 MODULE    = iexplore.exe
 APPMODE   = -mwindows
-IMPORTS   = shdocvw user32 gdi32
+IMPORTS   = shdocvw
 DELAYIMPORTS = advpack version
 
 C_SRCS = \




More information about the wine-cvs mailing list