define wxUSE_IPV6 as 0 to avoid -Wundef warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,6 +114,12 @@ private:
|
|||||||
wxString m_origHostname;
|
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
|
#if wxUSE_IPV6
|
||||||
|
|
||||||
// Experimental Only:
|
// Experimental Only:
|
||||||
|
Reference in New Issue
Block a user