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:
Paul Cornett
2009-02-21 20:56:39 +00:00
parent 9d04caf8b5
commit cf92f48759

View File

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