[Bug 36481] CFNetworkCopySystemProxySettings and kCFNetworkProxiesProxyAutoConfigURLString are unavailable

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 18 13:44:42 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36481

--- Comment #4 from Ken Thomases <ken at codeweavers.com> ---
(In reply to Ryan Schmidt from comment #3)

> So it looks like these functions were available first in iOS 2, and
> according to Apple documentation did not become available in Mac OS X until
> 10.6.

Ah, that explains it.


(In reply to Ken Thomases from comment #1)

> The typical solution would be to wrap the relevant code with:
> 
> #if defined(MAC_OS_X_VERSION_10_5) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5

Of course, that should be MAC_OS_X_VERSION_10_6 in both places, not
MAC_OS_X_VERSION_10_5.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list