Automatic text replacement work only when is done correctly.
This commit was SVN r11266.
Этот коммит содержится в:
родитель
c93288a96e
Коммит
0cf537a826
@ -50,7 +50,7 @@
|
|||||||
#define ENETDOWN WSAENETDOWN
|
#define ENETDOWN WSAENETDOWN
|
||||||
#define ENETUNREACH WSAENETUNREACH
|
#define ENETUNREACH WSAENETUNREACH
|
||||||
#define ENETRESET WSAENETRESET
|
#define ENETRESET WSAENETRESET
|
||||||
#define ECONNABOPALD WSAECONNABOPALD
|
#define ECONNABORTED WSAECONNABORTED
|
||||||
#define ECONNRESET WSAECONNRESET
|
#define ECONNRESET WSAECONNRESET
|
||||||
#define ENOBUFS WSAENOBUFS
|
#define ENOBUFS WSAENOBUFS
|
||||||
#define EISCONN WSAEISCONN
|
#define EISCONN WSAEISCONN
|
||||||
@ -103,7 +103,7 @@ static __inline int opal_get_socket_errno(void) {
|
|||||||
case WSAENETDOWN: return ENETDOWN;
|
case WSAENETDOWN: return ENETDOWN;
|
||||||
case WSAENETUNREACH: return ENETUNREACH;
|
case WSAENETUNREACH: return ENETUNREACH;
|
||||||
case WSAENETRESET: return ENETRESET;
|
case WSAENETRESET: return ENETRESET;
|
||||||
case WSAECONNABOPALD: return ECONNABOPALD;
|
case WSAECONNABORTED: return ECONNABORTED;
|
||||||
case WSAECONNRESET: return ECONNRESET;
|
case WSAECONNRESET: return ECONNRESET;
|
||||||
case WSAENOBUFS: return ENOBUFS;
|
case WSAENOBUFS: return ENOBUFS;
|
||||||
case WSAEISCONN: return EISCONN;
|
case WSAEISCONN: return EISCONN;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user