https://bugs.winehq.org/show_bug.cgi?id=35497 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #2 from hanska2(a)luukku.com --- http://source.winehq.org/git/wine.git/blob/0fa8ae7b5280d3acad2c3221f72d91dea... 958 static HRESULT WINAPI PngDecoder_Block_GetCount(IWICMetadataBlockReader *iface, 959 UINT *pcCount) 960 { 961 static int once; 962 TRACE("%p,%p\n", iface, pcCount); 963 if (!once++) FIXME("stub\n"); 964 return E_NOTIMPL; 965 } might be related http://msdn.microsoft.com/en-us/magazine/cc500647.aspx wine 1.7.27 -- 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.