Jacek Caban : ieframe: Remove useless #undef.

Alexandre Julliard julliard at winehq.org
Tue Jan 3 12:52:55 CST 2012


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Jan  3 16:49:45 2012 +0100

ieframe: Remove useless #undef.

---

 dlls/ieframe/ie.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/ieframe/ie.c b/dlls/ieframe/ie.c
index 5fe0a26..5fbc368 100644
--- a/dlls/ieframe/ie.c
+++ b/dlls/ieframe/ie.c
@@ -625,8 +625,6 @@ static HRESULT WINAPI InternetExplorer_put_Resizable(IWebBrowser2 *iface, VARIAN
     return E_NOTIMPL;
 }
 
-#undef impl_from_IWebBrowser2
-
 static const IWebBrowser2Vtbl InternetExplorerVtbl =
 {
     InternetExplorer_QueryInterface,




More information about the wine-cvs mailing list