https://bugs.winehq.org/show_bug.cgi?id=26570 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #7 from hanska2(a)luukku.com --- http://source.winehq.org/git/wine.git/blob/b10b39185dd91d53bae47ab63c852abd7... 2227 DWORD WINAPI InternetSetFilePointer(HINTERNET hFile, LONG lDistanceToMove, 2228 PVOID pReserved, DWORD dwMoveContext, DWORD_PTR dwContext) 2229 { 2230 FIXME("(%p %d %p %d %lx): stub\n", hFile, lDistanceToMove, pReserved, dwMoveContext, dwContext); 2231 return FALSE; 2232 } wine 1.7.26 -- 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.