mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
tool_easysrc.h: correct easysrc_perform for CURL_DISABLE_LIBCURL_OPTION
Closes #11398
This commit is contained in:
parent
8bad37ef42
commit
933aedcde8
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ void dumpeasysrc(struct GlobalConfig *config);
|
|||
#define easysrc_init() CURLE_OK
|
||||
#define easysrc_cleanup()
|
||||
#define dumpeasysrc(x)
|
||||
#define easysrc_perform(x) CURLE_OK
|
||||
#define easysrc_perform() CURLE_OK
|
||||
|
||||
#endif /* CURL_DISABLE_LIBCURL_OPTION */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue