Commit c46c47cb authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Removed useless undef ACTSCPSITE_THIS.

parent 6afc32c9
......@@ -189,8 +189,6 @@ static HRESULT WINAPI ActiveScriptSite_OnLeaveScript(IActiveScriptSite *iface)
return S_OK;
}
#undef ACTSCPSITE_THIS
static const IActiveScriptSiteVtbl ActiveScriptSiteVtbl = {
ActiveScriptSite_QueryInterface,
ActiveScriptSite_AddRef,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment