VirtualBox

Changeset 85142 in vbox


Ignore:
Timestamp:
Jul 9, 2020 8:39:43 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139088
Message:

Partial build fix for r139085.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r85139 r85142  
    35613561            pProxy->enmProxyType = RTHTTPPROXYTYPE_HTTP;
    35623562            break;
     3563#ifdef CURL_AT_LEAST_VERSION
     3564# if CURL_AT_LEAST_VERSION(7,52,0)
    35633565        case CURLPROXY_HTTPS:
    35643566            pProxy->enmProxyType = RTHTTPPROXYTYPE_HTTPS;
    35653567            break;
     3568# endif
     3569#endif
    35663570        case CURLPROXY_SOCKS4:
    35673571        case CURLPROXY_SOCKS4A:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette