mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:47:16 +03:00
Remove duplicate file inclusions. These are already done in lib/setup.h
This commit is contained in:
parent
fe7bb33af8
commit
32a83128e6
1 changed files with 0 additions and 18 deletions
|
|
@ -351,24 +351,6 @@
|
|||
#define CURL_DISABLE_TELNET 1
|
||||
#define CURL_DISABLE_LDAP 1
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# ifndef WIN32_LEAN_AND_MEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# endif
|
||||
# include <windows.h>
|
||||
# ifdef HAVE_WINSOCK2_H
|
||||
# include <winsock2.h>
|
||||
# ifdef HAVE_WS2TCPIP_H
|
||||
# include <ws2tcpip.h>
|
||||
# endif
|
||||
# else
|
||||
# ifdef HAVE_WINSOCK_H
|
||||
# include <winsock.h>
|
||||
# endif
|
||||
# endif
|
||||
# include <process.h>
|
||||
#endif
|
||||
|
||||
#define ENOSPC 1
|
||||
#define ENOMEM 2
|
||||
#define EAGAIN 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue