diff --git a/lib/getenv.c b/lib/getenv.c index 8069784728..667d9f3703 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -31,7 +31,8 @@ static char *GetEnv(const char *variable) { -#if defined(_WIN32_WCE) || defined(CURL_WINDOWS_APP) +#if defined(_WIN32_WCE) || defined(CURL_WINDOWS_APP) || \ + defined(__ORBIS__) || defined(__PROSPERO__) /* PlayStation 4 and 5 */ (void)variable; return NULL; #elif defined(WIN32)