wininet: Fix build on Mac OS X 10.5.8.
This commit is contained in:
parent
deb2742267
commit
654bef8f37
|
@ -2400,7 +2400,8 @@ BOOL WINAPI InternetReadFileExW(HINTERNET hFile, LPINTERNET_BUFFERSW lpBuffer,
|
|||
|
||||
static BOOL get_proxy_autoconfig_url( char *buf, DWORD buflen )
|
||||
{
|
||||
#ifdef HAVE_CORESERVICES_CORESERVICES_H
|
||||
#if defined(MAC_OS_X_VERSION_10_6) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
|
||||
|
||||
CFDictionaryRef settings = CFNetworkCopySystemProxySettings();
|
||||
const void *ref;
|
||||
BOOL ret = FALSE;
|
||||
|
|
Loading…
Reference in New Issue