am 28595721: Merge "Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core."

* commit '28595721b19791cf4c857f048acdaeae632d329e':
  Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core.
diff --git a/include/utils/Errors.h b/include/utils/Errors.h
index 9402614..06565ea 100644
--- a/include/utils/Errors.h
+++ b/include/utils/Errors.h
@@ -23,7 +23,7 @@
 namespace android {
 
 // use this type to return error codes
-#ifdef HAVE_MS_C_RUNTIME
+#ifdef _WIN32
 typedef int         status_t;
 #else
 typedef int32_t     status_t;