Remove redundant __CYGWIN__ symbol check

pull/1/head
Yang Tse 19 years ago
parent d3439e3332
commit 298541c56c
  1. 2
      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

Loading…
Cancel
Save