mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:33:37 +03:00
Move portable error number symbolic name definitions to setup_once.h
This commit is contained in:
parent
b54a8531a9
commit
d9bf55570b
6 changed files with 90 additions and 23 deletions
|
|
@ -84,14 +84,6 @@
|
|||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifdef USE_WINSOCK
|
||||
#define EINPROGRESS WSAEINPROGRESS
|
||||
#define EWOULDBLOCK WSAEWOULDBLOCK
|
||||
#define EISCONN WSAEISCONN
|
||||
#define ENOTSOCK WSAENOTSOCK
|
||||
#define ECONNREFUSED WSAECONNREFUSED
|
||||
#endif
|
||||
|
||||
#include "urldata.h"
|
||||
#include "sendf.h"
|
||||
#include "if2ip.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue