Alexander Scott-Johns <alexander.scott.jo...@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
julli...@winehq.org


Reply via email to