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

Commit cd4ef758 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core.

Change-Id: I202c3185d177c85d02ee5d9f7e5bf3422c1422db
parent 428f626d
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;