X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be4bd4636d8e7e06ad5728ff1b398fbd0ab74d93..bf354396f61a2e1bd5544b67ecde341b6ff9bf35:/include/wx/sckaddr.h diff --git a/include/wx/sckaddr.h b/include/wx/sckaddr.h index bc472331c9..efaeedb9be 100644 --- a/include/wx/sckaddr.h +++ b/include/wx/sckaddr.h @@ -107,13 +107,19 @@ public: virtual int Type() { return wxSockAddress::IPV4; } virtual wxSockAddress *Clone() const; - + bool operator==(wxIPV4address& addr); private: wxString m_origHostname; }; + +// the IPv6 code probably doesn't work, untested -- set to 1 at your own risk +#ifndef wxUSE_IPV6 + #define wxUSE_IPV6 0 +#endif + #if wxUSE_IPV6 // Experimental Only: @@ -131,7 +137,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 +154,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 +166,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 #ifndef __VMS__ # include