compilation fix for Windows after the last change (misplaced #endif)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -178,13 +178,13 @@ public:
|
|||||||
case FAMILY_INET6:
|
case FAMILY_INET6:
|
||||||
CreateINET6();
|
CreateINET6();
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif // wxUSE_IPV6
|
||||||
|
|
||||||
#ifdef wxHAS_UNIX_DOMAIN_SOCKETS
|
#ifdef wxHAS_UNIX_DOMAIN_SOCKETS
|
||||||
case FAMILY_UNIX:
|
case FAMILY_UNIX:
|
||||||
#endif
|
|
||||||
CreateUnix();
|
CreateUnix();
|
||||||
break;
|
break;
|
||||||
|
#endif // wxHAS_UNIX_DOMAIN_SOCKETS
|
||||||
|
|
||||||
default:
|
default:
|
||||||
wxFAIL_MSG( "unsupported socket address family" );
|
wxFAIL_MSG( "unsupported socket address family" );
|
||||||
|
Reference in New Issue
Block a user