From: Stefan Csomor Date: Wed, 9 Dec 2009 07:29:43 +0000 (+0000) Subject: using on all OSX variants X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/74b1f0b45e0f0bc7e25c5f32bb495e3e4bcd3392 using on all OSX variants git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/socket.cpp b/src/common/socket.cpp index 923dff0d49..44b408c49c 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -2096,7 +2096,7 @@ wxFORCE_LINK_MODULE( socketiohandler ) #endif // and for OSXManagerSetter in the OS X one -#ifdef __WXMAC__ +#ifdef __WXOSX__ wxFORCE_LINK_MODULE( osxsocket ) #endif