http://bugs.winehq.org/show_bug.cgi?id=32476
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #1 from hanska2@luukku.com --- http://source.winehq.org/git/wine.git/blob/070356799860165d22045cf29518411c5...
180 static HRESULT WINAPI dictionary_get_Item(IDictionary *iface, VARIANT *Key, VARIANT *pRetItem) 181 { 182 dictionary *This = impl_from_IDictionary(iface); 183 184 FIXME("(%p)->(%p %p)\n", This, Key, pRetItem ); 185 186 return E_NOTIMPL; 187 }
wine 1.7.24