Francois Gouget : wininet: Add a skeleton winineti. h header with fixed prototypes for [GS]etUrlCacheConfigInfo*(), DeleteIE3Cache() and IsUrlCacheEntryExpired*().

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 9 08:23:06 CDT 2007


Module: wine
Branch: master
Commit: f33abb6d9615b54910d9f3ab4c367656c5eefea9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f33abb6d9615b54910d9f3ab4c367656c5eefea9

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug  9 10:38:07 2007 +0200

wininet: Add a skeleton winineti.h header with fixed prototypes for [GS]etUrlCacheConfigInfo*(), DeleteIE3Cache() and IsUrlCacheEntryExpired*().

Remove SetUrlCacheConfigInfo*() from wininet.h, it's supposed to be declared in winineti.h.
Update win32.api to fix the winapi_check warnings.

---

 dlls/wininet/internet.c |    5 +-
 dlls/wininet/urlcache.c |   31 +++++++-------
 include/Makefile.in     |    1 +
 include/wininet.h       |    4 --
 include/winineti.h      |  108 +++++++++++++++++++++++++++++++++++++++++++++++
 tools/winapi/win32.api  |    8 ++--
 6 files changed, 131 insertions(+), 26 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=f33abb6d9615b54910d9f3ab4c367656c5eefea9



More information about the wine-cvs mailing list