mirror of
https://github.com/curl/curl.git
synced 2026-08-02 11:40:34 +03:00
parent
df9aea22c2
commit
d31a8424e8
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue