diff options
Diffstat (limited to 'libs/libcurl/src/getenv.c')
-rw-r--r-- | libs/libcurl/src/getenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/getenv.c b/libs/libcurl/src/getenv.c index edb085f8cd..0749117a7f 100644 --- a/libs/libcurl/src/getenv.c +++ b/libs/libcurl/src/getenv.c @@ -31,7 +31,7 @@ static char *GetEnv(const char *variable)
{
-#if defined(_WIN32_WCE) || defined(CURL_WINDOWS_UWP) || \
+#if defined(CURL_WINDOWS_UWP) || defined(UNDER_CE) || \
defined(__ORBIS__) || defined(__PROSPERO__) /* PlayStation 4 and 5 */
(void)variable;
return NULL;
|