Merge "Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core."

This commit is contained in:
Elliott Hughes 2015-08-17 20:50:50 +00:00 committed by Gerrit Code Review
commit 28595721b1

View file

@ -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;