commit | 27507d8ba14503c3b1988ea5c6163dba5a255319 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 18 18:03:04 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 18 18:03:04 2015 -0700 |
tree | 5f561255f3be7c1792896927a2102660ab0ba216 | |
parent | 28595721b19791cf4c857f048acdaeae632d329e [diff] |
Remove a HAVE_MS_C_RUNTIME I missed. Change-Id: I063c6c802b8967d812d4f4a0972f00b0a88704af
diff --git a/include/utils/Errors.h b/include/utils/Errors.h index 06565ea..08ddcd2 100644 --- a/include/utils/Errors.h +++ b/include/utils/Errors.h
@@ -58,7 +58,7 @@ 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,