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:
Vadim Zeitlin
2009-05-09 17:25:27 +00:00
parent 46b11427d6
commit 3b84c8078e

View File

@@ -178,13 +178,13 @@ public:
case FAMILY_INET6:
CreateINET6();
break;
#endif
#endif // wxUSE_IPV6
#ifdef wxHAS_UNIX_DOMAIN_SOCKETS
case FAMILY_UNIX:
#endif
CreateUnix();
break;
#endif // wxHAS_UNIX_DOMAIN_SOCKETS
default:
wxFAIL_MSG( "unsupported socket address family" );