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

Commit 8025096e authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit '28595721':
  Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core.
parents 1ec3ba44 28595721
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;