Move portable error number symbolic name definitions to setup_once.h

This commit is contained in:
Yang Tse
2007-02-17 13:51:24 +00:00
parent b54a8531a9
commit d9bf55570b
6 changed files with 90 additions and 23 deletions

View File

@@ -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"