diff options
author | dmitrykos <dmitrykos@neutroncode.com> | 2017-12-10 20:40:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-12 08:02:07 +0100 |
commit | 2437dbbf12a2ec744e27823065cd09cf7ad6847e (patch) | |
tree | df9e5fbbd4891640925657e1c9aeb43fbcbf1206 /docs/examples/ftpuploadresume.c | |
parent | ef5633d4b34a86f07d7a32f42c76a1f0eaa58c13 (diff) |
vtls: replaced getenv() with curl_getenv()
Fixed undefined symbol of getenv() which does not exist when compiling
for Windows 10 App (CURL_WINDOWS_APP). Replaced getenv() with
curl_getenv() which is aware of getenv() absence when CURL_WINDOWS_APP
is defined.
Closes #2171
Diffstat (limited to 'docs/examples/ftpuploadresume.c')
0 files changed, 0 insertions, 0 deletions