1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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>
#endif
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#ifdef WIN32
#else /* probably some kind of unix */
#ifdef HAVE_SYS_SOCKET_H