[1/2] wininet: Partially implement FreeUrlCacheSpaceW. (try 2)

Alexandre Julliard julliard at winehq.org
Thu Mar 10 08:57:33 CST 2011


Alexander Scott-Johns <alexander.scott.johns at googlemail.com> writes:

> @@ -1660,6 +1660,16 @@ BOOLAPI DeleteUrlCacheEntryA(LPCSTR);
>  BOOLAPI DeleteUrlCacheEntryW(LPCWSTR);
>  #define DeleteUrlCacheEntry  WINELIB_NAME_AW(DeleteUrlCacheEntry)
>  
> +/* FCS_ flags and FreeUrlCacheSpace are no longer documented */
> +#define FCS_PERCENT_CACHE_SPACE  0  /* guessed value */
> +#define FCS_PERCENT_DISK_SPACE   1  /* guessed value */
> +#define FCS_ABSOLUTE_SIZE        2  /* guessed value */

Where do these come from then?  If you made them up they shouldn't go in
a public header.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list