wininet: add a stub for DeleteWpadCacheForNetworks

Dmitry Timoshkov dmitry at baikal.ru
Tue Dec 27 09:12:31 CST 2011


Austin English <austinenglish at gmail.com> wrote:

> +BOOL WINAPI DeleteWpadCacheForNetworks(int WPAD_CACHE_DELETE)

Parameter name and type are completely wrong.

> +{
> +    FIXME(": stub\n");
> +    return FALSE;
> +}
 ...
> +typedef enum{
> +    WPAD_CACHE_DELETE_CURRENT = 0x0,
> +    WPAD_CACHE_DELETE_ALL     = 0x1
> +} WPAD_CACHE_DELETE;

-- 
Dmitry.



More information about the wine-devel mailing list