Commit 0d5ee7c5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: Make HTMLStyle_init_dispex_info() static.

parent ed429596
...@@ -10070,7 +10070,7 @@ static HRESULT HTMLStyle_get_dispid(DispatchEx *dispex, BSTR name, DWORD flags, ...@@ -10070,7 +10070,7 @@ static HRESULT HTMLStyle_get_dispid(DispatchEx *dispex, BSTR name, DWORD flags,
return DISP_E_UNKNOWNNAME; return DISP_E_UNKNOWNNAME;
} }
void HTMLStyle_init_dispex_info(dispex_data_t *info, compat_mode_t mode) static void HTMLStyle_init_dispex_info(dispex_data_t *info, compat_mode_t mode)
{ {
if(mode >= COMPAT_MODE_IE9) if(mode >= COMPAT_MODE_IE9)
dispex_info_add_interface(info, IHTMLCSSStyleDeclaration_tid, NULL); dispex_info_add_interface(info, IHTMLCSSStyleDeclaration_tid, NULL);
......
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