CYGWIN socket compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,7 +47,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxIPV4address, wxIPaddress)
|
|||||||
#if wxUSE_IPV6
|
#if wxUSE_IPV6
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxIPV6address, wxIPaddress)
|
IMPLEMENT_DYNAMIC_CLASS(wxIPV6address, wxIPaddress)
|
||||||
#endif
|
#endif
|
||||||
#if defined(__UNIX__) && !defined(__WINE__) && (!defined(__WXMAC__) || defined(__DARWIN__))
|
#if defined(__UNIX__) && !defined(__WINDOWS__) && !defined(__WINE__) && (!defined(__WXMAC__) || defined(__DARWIN__))
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress)
|
IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -311,7 +311,7 @@ unsigned short wxIPV6address::Service() const
|
|||||||
|
|
||||||
#endif // wxUSE_IPV6
|
#endif // wxUSE_IPV6
|
||||||
|
|
||||||
#if defined(__UNIX__) && !defined(__WINE__) && (!defined(__WXMAC__) || defined(__DARWIN__))
|
#if defined(__UNIX__) && !defined(__WINDOWS__) && !defined(__WINE__) && (!defined(__WXMAC__) || defined(__DARWIN__))
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// wxUNIXaddress
|
// wxUNIXaddress
|
||||||
|
Reference in New Issue
Block a user