diff options
author | Elliott Hughes <enh@google.com> | 2015-08-18 18:03:04 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-08-18 18:03:04 -0700 |
commit | 27507d8ba14503c3b1988ea5c6163dba5a255319 (patch) | |
tree | 5f561255f3be7c1792896927a2102660ab0ba216 /include/utils | |
parent | 28595721b19791cf4c857f048acdaeae632d329e (diff) |
Remove a HAVE_MS_C_RUNTIME I missed.
Change-Id: I063c6c802b8967d812d4f4a0972f00b0a88704af
Diffstat (limited to 'include/utils')
-rw-r--r-- | include/utils/Errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/Errors.h b/include/utils/Errors.h index 06565eab5..08ddcd25c 100644 --- a/include/utils/Errors.h +++ b/include/utils/Errors.h @@ -58,7 +58,7 @@ enum { ALREADY_EXISTS = -EEXIST, DEAD_OBJECT = -EPIPE, FAILED_TRANSACTION = (UNKNOWN_ERROR + 2), -#if !defined(HAVE_MS_C_RUNTIME) +#if !defined(_WIN32) BAD_INDEX = -EOVERFLOW, NOT_ENOUGH_DATA = -ENODATA, WOULD_BLOCK = -EWOULDBLOCK, |