Commit 03c4a231 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Fix enumerating first custom prop after builtins.

parent 605819dc
......@@ -1909,6 +1909,8 @@ static HRESULT WINAPI DispatchEx_GetNextDispID(IDispatchEx *iface, DWORD grfdex,
}
func++;
}
id = DISPID_STARTENUM;
}
if(This->info->desc->vtbl && This->info->desc->vtbl->next_dispid) {
......
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