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.
This commit is contained in:
commit
8025096e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
namespace android {
|
namespace android {
|
||||||
|
|
||||||
// use this type to return error codes
|
// use this type to return error codes
|
||||||
#ifdef HAVE_MS_C_RUNTIME
|
#ifdef _WIN32
|
||||||
typedef int status_t;
|
typedef int status_t;
|
||||||
#else
|
#else
|
||||||
typedef int32_t status_t;
|
typedef int32_t status_t;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue