[PATCH 4/4] urlmon: Remove some leftovers from the old COM days.

Michael Stefaniuc mstefani at redhat.de
Fri Jan 14 16:32:54 CST 2011


---
 dlls/urlmon/binding.c  |    4 ----
 dlls/urlmon/bindprot.c |    2 --
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/urlmon/binding.c b/dlls/urlmon/binding.c
index aa547c3..fa92a4d 100644
--- a/dlls/urlmon/binding.c
+++ b/dlls/urlmon/binding.c
@@ -104,8 +104,6 @@ typedef struct {
     CRITICAL_SECTION section;
 } Binding;
 
-#define HTTPNEG2(x) ((IHttpNegotiate2*) &(x)->lpHttpNegotiate2Vtbl)
-
 static void fill_stgmed_buffer(stgmed_buf_t *buf)
 {
     DWORD read = 0;
@@ -1270,8 +1268,6 @@ static HRESULT WINAPI InternetBindInfo_GetBindString(IInternetBindInfo *iface,
     return E_NOTIMPL;
 }
 
-#undef BINDF_THIS
-
 static const IInternetBindInfoVtbl InternetBindInfoVtbl = {
     InternetBindInfo_QueryInterface,
     InternetBindInfo_AddRef,
diff --git a/dlls/urlmon/bindprot.c b/dlls/urlmon/bindprot.c
index 929fd21..095194e 100644
--- a/dlls/urlmon/bindprot.c
+++ b/dlls/urlmon/bindprot.c
@@ -820,8 +820,6 @@ static HRESULT WINAPI BindInfo_GetBindString(IInternetBindInfo *iface,
     return IInternetBindInfo_GetBindString(This->bind_info, ulStringType, ppwzStr, cEl, pcElFetched);
 }
 
-#undef BINDFO_THIS
-
 static const IInternetBindInfoVtbl InternetBindInfoVtbl = {
     BindInfo_QueryInterface,
     BindInfo_AddRef,
-- 
1.7.3.4



More information about the wine-patches mailing list