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

@@ -34,7 +34,7 @@
#include <unistd.h>
#endif
#if defined(WIN32) && !defined(__CYGWIN__)
#ifdef WIN32
#else /* probably some kind of unix */
#ifdef HAVE_SYS_SOCKET_H