Sign in
mingw
/
mingw-w64
/
15ddab83f2556be76fa8faa5f89b382c72037bc7
/
.
/
mingw-w64-crt
/
libsrc
/
ws2tcpip
/
in6_set_addr_unspecified.c
blob: 4a79c0e88aaf1da94f492f34791224e742676549 [
file
] [
log
] [
blame
]
#ifndef
WIN32_LEAN_AND_MEAN
#define
WIN32_LEAN_AND_MEAN
#endif
#undef
__CRT__NO_INLINE
#define
__CRT__NO_INLINE
#include
<winsock2.h>
#include
<ws2tcpip.h>
void
IN6_SET_ADDR_UNSPECIFIED
(
struct
in6_addr
*
a
)
{
*
a
=
(
struct
in6_addr
){
0
};
}