http://bugs.winehq.org/show_bug.cgi?id=32476 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #1 from hanska2(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.