wininet: Silence no support on this platform message.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jarkko Korpi 2019-06-18 04:29:28 +00:00 committed by Alexandre Julliard
parent 2348215b82
commit c9b2801c0d
1 changed files with 2 additions and 1 deletions

View File

@ -2324,7 +2324,8 @@ static WCHAR *get_proxy_autoconfig_url(void)
CFRelease( settings );
return ret;
#else
FIXME( "no support on this platform\n" );
static int once;
if (!once++) FIXME( "no support on this platform\n" );
return NULL;
#endif
}