Loading include/utils/Errors.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
include/utils/Errors.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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