Module: wine Branch: master Commit: e5b2a222ac4632fd589b8e530094868699a41c77 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5b2a222ac4632fd589b8e5300...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri Jan 14 23:32:54 2011 +0100
urlmon: Remove some leftovers from the old COM days.
---
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,