Changeset 58738 in vbox for trunk/include/iprt
- Timestamp:
- Nov 18, 2015 12:34:39 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104175
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r58068 r58738 1708 1708 /** Proxy couldn't be resolved. */ 1709 1709 #define VERR_HTTP_PROXY_NOT_FOUND (-895) 1710 /** The remote host couldn't be resolved. */ 1711 #define VERR_HTTP_HOST_NOT_FOUND (-896) 1710 1712 /** Unexpected cURL error configure the proxy. */ 1711 1713 #define VERR_HTTP_CURL_PROXY_CONFIG (-897)
Note:
See TracChangeset
for help on using the changeset viewer.