- Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c.
authorAlberto Massari <alby@exln.com>
Thu, 5 Dec 2002 19:54:40 +0000 (19:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 5 Dec 2002 19:54:40 +0000 (19:54 +0000)
commitadae4350d2b47aecb56c3f0b5d3c4f45f3a80df3
treebf5dfe4cbd8b856d17d9e3073dc7b800480429e0
parent26d648887a43975c475200455e6e4e6ee38197af
 - 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).
dlls/wininet/internet.c
dlls/wininet/urlcache.c
dlls/wininet/wininet.spec
include/wininet.h