Module: wine Branch: master Commit: ca3e5c47ce84b4ccbd2b4fd2f48b6cc5484dce1a URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca3e5c47ce84b4ccbd2b4fd2f4...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Dec 29 19:05:39 2010 +0100
shdocvw: Get rid of no longer used DOCHOST_THIS.
---
dlls/shdocvw/iexplore.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/shdocvw/iexplore.c b/dlls/shdocvw/iexplore.c index 745cb17..d966f79 100644 --- a/dlls/shdocvw/iexplore.c +++ b/dlls/shdocvw/iexplore.c @@ -44,8 +44,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
#define IDI_APPICON 1
-#define DOCHOST_THIS(iface) DEFINE_THIS2(InternetExplorer,doc_host,iface) - static const WCHAR szIEWinFrame[] = { 'I','E','F','r','a','m','e',0 };
/* Windows uses "Microsoft Internet Explorer" */