commit | d0cae5b9fead406c38df5dd55bd7d41fe22a6719 | [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 | 1d44be87ffdc5e3bc074ab68200bff9d32c60d3a [diff] | |
parent | 27507d8ba14503c3b1988ea5c6163dba5a255319 [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,