Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28595721 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 428f626d cd4ef758
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;