1
1

Automatic text replacement work only when is done correctly.

This commit was SVN r11266.
Этот коммит содержится в:
George Bosilca 2006-08-20 13:18:26 +00:00
родитель c93288a96e
Коммит 0cf537a826

Просмотреть файл

@ -50,7 +50,7 @@
#define ENETDOWN WSAENETDOWN
#define ENETUNREACH WSAENETUNREACH
#define ENETRESET WSAENETRESET
#define ECONNABOPALD WSAECONNABOPALD
#define ECONNABORTED WSAECONNABORTED
#define ECONNRESET WSAECONNRESET
#define ENOBUFS WSAENOBUFS
#define EISCONN WSAEISCONN
@ -103,7 +103,7 @@ static __inline int opal_get_socket_errno(void) {
case WSAENETDOWN: return ENETDOWN;
case WSAENETUNREACH: return ENETUNREACH;
case WSAENETRESET: return ENETRESET;
case WSAECONNABOPALD: return ECONNABOPALD;
case WSAECONNABORTED: return ECONNABORTED;
case WSAECONNRESET: return ECONNRESET;
case WSAENOBUFS: return ENOBUFS;
case WSAEISCONN: return EISCONN;