[Bug 26570] Maestia MMORPG updater fails due to wininet.InternetSetFilePointer() stub

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 13 20:29:29 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=26570

hanska2 at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanska2 at luukku.com

--- Comment #7 from hanska2 at luukku.com ---
http://source.winehq.org/git/wine.git/blob/b10b39185dd91d53bae47ab63c852abd7ab73327:/dlls/wininet/internet.c#l2227


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.



More information about the wine-bugs mailing list