]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckipc.cpp
Printing update for Pango (GTK2 and X11-Unicode).
[wxWidgets.git] / src / common / sckipc.cpp
index 4151df71729c844ca631a4eefc974b93905308f6..19c7e4f08edb8e3519d52e004ddd1a13bad3c146 100644 (file)
@@ -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 )