commit | c0d675c25643e2bd8d656ba6f2bf23607bc19019 | [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 | 0c6b8f20030443e4bdde4595164a4bb01cedceb1 [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,