| /* include/wsockcompat.h | |
| * Windows -> Berkeley Sockets compatibility things. | |
| */ | |
| /* Fix for old MinGW. */ | |
| /* the following is a workaround a problem for 'inline' keyword in said | |
| header when compiled with Borland C++ 6 */ | |
| /* Check if ws2tcpip.h is a recent version which provides getaddrinfo() */ | |