[PATCH 2/3] wininet/tests: Added more tests for urlcache, including a new flag in CacheEntryType.

Morten Rønne morten.roenne at tdcadsl.dk
Sat Apr 7 05:48:24 CDT 2012


Dear Piotr

I have found the flag by testing urlcache functions and look into the cache.
After that I added it together with the other definitions of that flag 
field.
As this is sort of internal to urlcache, I wouldn't be surprised if this 
is not defined in any official header.

How should I go about moving it? Should the patch (as it has been 
commited) be removed from wine or should I send a new one, based on the 
current state?

Best Regards
Morten Rønne

Den 06-04-2012 13:27, Piotr Caban skrev:
> Hi,
>
> On 04/05/12 08:50, Morten Rønne wrote:
> diff --git a/include/wininet.h b/include/wininet.h
>  #define URLHISTORY_CACHE_ENTRY          0x00200000
> +#define DELETED_CACHE_ENTRY             0x00400000
>  #define TRACK_OFFLINE_CACHE_ENTRY       0x00000010
>
> DELETED_CACHE_ENTRY is not defined in native wininet.h header that I 
> have. Did you find a header with it? If not, it should not be defined 
> there.
>
> Cheers,
> Piotr
>




More information about the wine-devel mailing list