roken: Windows ELOOP definition
Microsoft VC 2010 defines ELOOP as 114 Change-Id: Iba6cfd83e4a9ea1d43ed8aff7893d557648fc7e5
This commit is contained in:
@@ -1207,6 +1207,9 @@ int ROKEN_LIB_FUNCTION rk_socket(int, int, int);
|
||||
#ifndef EINPROGRESS
|
||||
#define EINPROGRESS 112
|
||||
#endif
|
||||
#ifndef ELOOP
|
||||
#define ELOOP 114
|
||||
#endif
|
||||
#ifndef ENOTSOCK
|
||||
#define ENOTSOCK 128
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user