]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckaddr.h
Updated to version 1.40 of Scintilla
[wxWidgets.git] / include / wx / sckaddr.h
index 25ee60d4980ed8783fe70981a81ee6dbb70e7c90..39e518879269a9f6f7dacac6c60e7b0dce40560e 100644 (file)
@@ -56,6 +56,7 @@ public:
   bool Service(const wxString& name);
   bool Service(unsigned short port);
   bool LocalHost();
+  bool AnyAddress();
 
   wxString Hostname();
   unsigned short Service();
@@ -85,7 +86,7 @@ public:
 };
 #endif
 
-#ifdef __UNIX__
+#if defined(__UNIX__) && !defined(__WXMAC__)
 #include <sys/socket.h>
 #ifndef __VMS__
 # include <sys/un.h>