Add. RECURSIVE_API_CALL error code.

This commit is contained in:
Alexey Melnichuk 2018-05-01 14:36:33 +03:00
parent 1a44488fe9
commit aa8a06e7c1
2 changed files with 6 additions and 0 deletions

View File

@ -125,3 +125,6 @@ ERR_ENTRY ( SSL_INVALIDCERTSTATUS )
#if LCURL_CURL_VER_GE(7,49,0)
ERR_ENTRY ( HTTP2_STREAM )
#endif
#if LCURL_CURL_VER_GE(7,59,0)
ERR_ENTRY ( RECURSIVE_API_CALL )
#endif

View File

@ -9,3 +9,6 @@ ERR_ENTRY ( UNKNOWN_OPTION )
#if LCURL_CURL_VER_GE(7,32,1)
ERR_ENTRY ( ADDED_ALREADY )
#endif
#if LCURL_CURL_VER_GE(7,59,0)
ERR_ENTRY ( RECURSIVE_API_CALL )
#endif