mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Remove option to disable ipv6
It has been default for a while, is the only tested option, and will only get more common.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user