]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckaddr.h
Avoid ICE with MinGW 2.95.3.
[wxWidgets.git] / include / wx / sckaddr.h
index bc472331c9917de8d8a27d3195bc5412b022670d..ab42623cda6bb980d271f0e1e9f16f2a270053c4 100644 (file)
@@ -107,7 +107,7 @@ public:
 
   virtual int Type() { return wxSockAddress::IPV4; }
   virtual wxSockAddress *Clone() const;
-  
+
   bool operator==(wxIPV4address& addr);
 
 private:
@@ -131,7 +131,7 @@ public:
   // IPV6 name formats
   //
   //                          hostname
-  //                          3ffe:ffff:0100:f101:0210:a4ff:fee3:9566 
+  //                          3ffe:ffff:0100:f101:0210:a4ff:fee3:9566
   // compact (base85)         Itu&-ZQ82s>J%s99FJXT
   // compressed format        ::1
   // ipv4 mapped              ::ffff:1.2.3.4
@@ -148,7 +148,7 @@ public:
   // any (0000:0000:0000:0000:0000:0000:0000:0000 (::))
   virtual bool AnyAddress();
 
-  // 3ffe:ffff:0100:f101:0210:a4ff:fee3:9566 
+  // 3ffe:ffff:0100:f101:0210:a4ff:fee3:9566
   virtual wxString IPAddress() const;
 
   virtual wxString Hostname() const;
@@ -160,7 +160,7 @@ public:
 
 #endif // wxUSE_IPV6
 
-#if defined(__UNIX__) && !defined(__WINE__) && (!defined(__WXMAC__) || defined(__DARWIN__))
+#if defined(__UNIX__) && !defined(__WINE__) && (!defined(__WXMAC__) || defined(__DARWIN__)) && !defined(__WXMSW__)
 #include <sys/socket.h>
 #ifndef __VMS__
 # include <sys/un.h>