Changeset 57726 in vbox for trunk/include
- Timestamp:
- Sep 12, 2015 12:01:23 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102641
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r57723 r57726 1694 1694 /** Proxy couldn't be resolved. */ 1695 1695 #define VERR_HTTP_PROXY_NOT_FOUND (-895) 1696 /** Unexpected cURL error configure the proxy. */ 1697 #define VERR_HTTP_CURL_PROXY_CONFIG (-897) 1698 /** Generic CURL error. */ 1699 #define VERR_HTTP_CURL_ERROR (-899) 1696 1700 /** @} */ 1697 1701
Note:
See TracChangeset
for help on using the changeset viewer.