ChangeSet ID: 6511 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/05 13:54:40
Modified files: include : wininet.h dlls/wininet : wininet.spec urlcache.c internet.c
Log message: Alberto Massari alby@exln.com - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c. - Added stub implementation of GetUrlCacheEntryInfoExW. - Implemented InternetQueryOptionW, InternetCombineUrl[A|W]. - InternetSetOptionW prints FIXMEs with more informations. - INTERNET_SetLastError was crashing if called after the thread local storage area had already been deleted (it happens if you close Internet Explorer while the download is still in progress).
Patch: http://cvs.winehq.com/patch.py?id=6511
Old revision New revision Changes Path 1.13 1.14 +4 -1 wine/include/wininet.h 1.28 1.29 +4 -4 wine/dlls/wininet/wininet.spec 1.5 1.6 +44 -0 wine/dlls/wininet/urlcache.c 1.46 1.47 +121 -42 wine/dlls/wininet/internet.c