https://bugs.winehq.org/show_bug.cgi?id=28866
roger@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roger@mailinator.com
--- Comment #3 from roger@mailinator.com --- Still not doing anything
http://source.winehq.org/git/wine.git/blob/799731f4b9e9495181e18a68eba16c921...
1244 static HRESULT WINAPI HTMLElement_get_isTextEdit(IHTMLElement *iface, VARIANT_BOOL *p) 1245 { 1246 HTMLElement *This = impl_from_IHTMLElement(iface); 1247 FIXME("(%p)->(%p)\n", This, p); 1248 return E_NOTIMPL; 1249 } 1250
wine 1.7.30