diff options
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 37e46ce8..7db7e6ca 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -760,15 +760,11 @@ xchat_init (void) #ifdef WIN32 WSADATA wsadata; -#ifdef USE_IPV6 if (WSAStartup(0x0202, &wsadata) != 0) { MessageBox (NULL, "Cannot find winsock 2.2+", "Error", MB_OK); exit (0); } -#else - WSAStartup(0x0101, &wsadata); -#endif /* !USE_IPV6 */ #endif /* !WIN32 */ #ifdef USE_SIGACTION |