remove redundant check for Win32

This commit is contained in:
Yang Tse 2006-11-06 18:26:36 +00:00
parent 3274908551
commit d1c84705ec

View File

@ -51,7 +51,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#endif #endif
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #ifdef WIN32
#else /* probably some kind of unix */ #else /* probably some kind of unix */
#ifdef HAVE_SYS_SOCKET_H #ifdef HAVE_SYS_SOCKET_H