restore changes of r58979 accidentally overwritten by r59023

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-02-21 20:37:30 +00:00
parent fd1dc2a7e6
commit 9d04caf8b5

View File

@ -148,7 +148,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress)
typedef char wxGetservBuf[1024];
#endif
#ifdef wxHAS_MT_SAFE_GETBY_FUNCS
#ifdef wxHAS_MT_SAFE_GETBY_FUNCS || !wxUSE_THREADS
#define wxLOCK_GETBY_MUTEX(name)
#else // may need mutexes to protect getxxxbyxxx() calls
#if defined(HAVE_GETHOSTBYNAME) || \