Jacek Caban : iexplore: Use ieframe instead of shdocvw.

Alexandre Julliard julliard at winehq.org
Mon Aug 1 13:22:08 CDT 2011


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Jul 31 13:25:05 2011 +0200

iexplore: Use ieframe instead of shdocvw.

---

 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 1c1e191..9bdd85d 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
+IMPORTS   = ieframe
 DELAYIMPORTS = advpack version
 
 C_SRCS = \




More information about the wine-cvs mailing list