fix the restore of the fix of r58979
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -148,7 +148,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress)
|
|||||||
typedef char wxGetservBuf[1024];
|
typedef char wxGetservBuf[1024];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef wxHAS_MT_SAFE_GETBY_FUNCS || !wxUSE_THREADS
|
#if defined(wxHAS_MT_SAFE_GETBY_FUNCS) || !wxUSE_THREADS
|
||||||
#define wxLOCK_GETBY_MUTEX(name)
|
#define wxLOCK_GETBY_MUTEX(name)
|
||||||
#else // may need mutexes to protect getxxxbyxxx() calls
|
#else // may need mutexes to protect getxxxbyxxx() calls
|
||||||
#if defined(HAVE_GETHOSTBYNAME) || \
|
#if defined(HAVE_GETHOSTBYNAME) || \
|
||||||
|
Reference in New Issue
Block a user