mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-19 12:35:52 -04:00
rebuild
This commit is contained in:
parent
1fb415ca87
commit
020aec5e53
@ -79,7 +79,7 @@ const ReturnCode ReturnCode_FileShareViolation = 1000000000; /* TODO: not used a
|
||||
const ReturnCode ReturnCode_FileNotFound = ENOENT;
|
||||
const ReturnCode ReturnCode_NotSupported = EPERM;
|
||||
const ReturnCode ReturnCode_InvalidArg = EINVAL;
|
||||
const ReturnCode ReturnCode_SocketInProgess = EINPROGRESS;
|
||||
const ReturnCode ReturnCode_SocketInProgess = EINPROGRESS;
|
||||
const ReturnCode ReturnCode_SocketWouldBlock = EWOULDBLOCK;
|
||||
#endif
|
||||
/* Platform specific include files */
|
||||
|
Loading…
x
Reference in New Issue
Block a user