diff --git a/dlls/urlmon/binding.c b/dlls/urlmon/binding.c index aa547c3a1e3..fa92a4d40bc 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 929fd210aa3..095194ed0ea 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,