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

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

am f2437506: am 8025096e: am 28595721: Merge "Replace HAVE_MS_C_RUNTIME with...

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

* commit 'f2437506':
  Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core.
parents 3aa4f531 f2437506
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;