remove redundant check for Win32
This commit is contained in:
parent
3274908551
commit
d1c84705ec
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user