compilation fix for Windows after the last change (misplaced #endif)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-05-09 16:04:00 +00:00
parent 668fd9c837
commit 9f6afbefa5

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" );