aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/win32/netdb.h
blob: f0cc2c2367ebfa4e17651693932b8dd9483b74e9 (plain)
1
2
3
4
5
6
7
8
9
/* src/include/port/win32/netdb.h */
#ifndef WIN32_NETDB_H
#define WIN32_NETDB_H

#include <ws2tcpip.h>

#define gai_strerror gai_strerrorA

#endif