Applied patch [ 662321 ] Port of wxWindows to Wine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,7 +89,7 @@ static wxSockAddress *
|
||||
GetAddressFromName(const wxString& serverName, const wxString& host = _T(""))
|
||||
{
|
||||
// we always use INET sockets under non-Unix systems
|
||||
#if defined(__UNIX__) && !defined(__WXMAC__)
|
||||
#if defined(__UNIX__) && !defined(__WXMAC__) && !defined(__WINE__)
|
||||
// under Unix, if the server name looks like a path, create a AF_UNIX
|
||||
// socket instead of AF_INET one
|
||||
if ( serverName.Find(_T('/')) != wxNOT_FOUND )
|
||||
|
Reference in New Issue
Block a user