Remove redundant __CYGWIN__ symbol check
authorYang Tse <yangsita@gmail.com>
Wed, 11 Oct 2006 16:01:16 +0000 (16:01 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 11 Oct 2006 16:01:16 +0000 (16:01 +0000)
ares.h

diff --git a/ares.h b/ares.h
index f4d98c8..9414f9b 100644 (file)
--- a/ares.h
+++ b/ares.h
@@ -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