win: Basic support for Universal Windows Platform apps

Closes #820
This commit is contained in:
Marco Deckel 2016-08-21 13:44:33 +02:00 committed by Daniel Stenberg
parent a78c61a4bf
commit 7f3df80408
4 changed files with 16 additions and 2 deletions

View file

@ -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