mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:43:33 +03:00
parent
a78c61a4bf
commit
7f3df80408
4 changed files with 16 additions and 2 deletions
|
|
@ -30,7 +30,8 @@
|
|||
static
|
||||
char *GetEnv(const char *variable)
|
||||
{
|
||||
#ifdef _WIN32_WCE
|
||||
#if defined(_WIN32_WCE) || defined(CURL_WINDOWS_APP)
|
||||
(void)variable;
|
||||
return NULL;
|
||||
#else
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue