Remove redundant __CYGWIN__ symbol check

This commit is contained in:
Yang Tse
2006-10-11 16:01:16 +00:00
parent 943f0733bb
commit e150150d9f
19 changed files with 31 additions and 31 deletions

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