Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core.

Change-Id: I202c3185d177c85d02ee5d9f7e5bf3422c1422db
This commit is contained in:
Elliott Hughes 2015-08-17 12:38:58 -07:00
parent 428f626d1b
commit cd4ef7581d
1 changed files with 1 additions and 1 deletions

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;