X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..4f55a07f9f4c6ba6905aaa8e584e6fb14771d278:/src/common/sckaddr.cpp?ds=inline diff --git a/src/common/sckaddr.cpp b/src/common/sckaddr.cpp index 7924cee54f..d3d0d06484 100644 --- a/src/common/sckaddr.cpp +++ b/src/common/sckaddr.cpp @@ -42,7 +42,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxIPV4address, wxSockAddress) #ifdef ENABLE_IPV6 IMPLEMENT_DYNAMIC_CLASS(wxIPV6address, wxSockAddress) #endif -#ifdef __UNIX__ +#if defined(__UNIX__) && !defined(__WXMAC_X__) IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress) #endif @@ -201,7 +201,7 @@ unsigned short wxIPV6address::Service() #endif -#ifdef __UNIX__ +#if defined(__UNIX__) && !defined(__WXMAC_X__) // --------------------------------------------------------------------------- // wxUNIXaddress // ---------------------------------------------------------------------------