1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-21 22:44:11 +00:00

Remove redundant __CYGWIN__ symbol check

This commit is contained in:
Yang Tse
2006-10-11 16:01:16 +00:00
parent d3439e3332
commit 298541c56c

2
ares.h
View File

@ -31,7 +31,7 @@
#include <netinet/in.h>
#include <sys/socket.h>
#include <tcp.h>
#elif defined(WIN32) && !defined(__CYGWIN__)
#elif defined(WIN32)
#include <winsock2.h>
#include <windows.h>
#else