* commit '8c86e4e2c075c7a879a9f73b56ab075dde61176a': Remove a HAVE_MS_C_RUNTIME I missed.
This commit is contained in:
commit
6cec026e86
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ enum {
|
||||||
ALREADY_EXISTS = -EEXIST,
|
ALREADY_EXISTS = -EEXIST,
|
||||||
DEAD_OBJECT = -EPIPE,
|
DEAD_OBJECT = -EPIPE,
|
||||||
FAILED_TRANSACTION = (UNKNOWN_ERROR + 2),
|
FAILED_TRANSACTION = (UNKNOWN_ERROR + 2),
|
||||||
#if !defined(HAVE_MS_C_RUNTIME)
|
#if !defined(_WIN32)
|
||||||
BAD_INDEX = -EOVERFLOW,
|
BAD_INDEX = -EOVERFLOW,
|
||||||
NOT_ENOUGH_DATA = -ENODATA,
|
NOT_ENOUGH_DATA = -ENODATA,
|
||||||
WOULD_BLOCK = -EWOULDBLOCK,
|
WOULD_BLOCK = -EWOULDBLOCK,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue