commit | b1a62439436bc560940785c4ef6ee2d5f109c90c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 19 01:26:26 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 19 01:26:26 2015 +0000 |
tree | c2a77ffb8e34c0ec890c1255d0c7473745e29b69 | |
parent | 503871ad4741169dc6dd04202cdb753c67f95a9f [diff] | |
parent | c0d675c25643e2bd8d656ba6f2bf23607bc19019 [diff] |
Merge "Remove a HAVE_MS_C_RUNTIME I missed."
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,