mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2025-06-30 22:18:29 -04:00
Feature: Added support to disable IPv6 as required on 32 bit windows
This commit is contained in:
parent
cea99fd988
commit
edfe2311c7
@ -62,6 +62,11 @@
|
|||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Workaround for 32 bit windows builds */
|
||||||
|
#ifdef DISABLE_IPV6
|
||||||
|
#undef AF_INET6
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "sock.h"
|
#include "sock.h"
|
||||||
#include "resolver.h"
|
#include "resolver.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user