mirror of
https://github.com/curl/curl.git
synced 2026-05-02 20:27:51 +03:00
remove redundant check for Win32
This commit is contained in:
parent
3274908551
commit
d1c84705ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue