mirror of
https://github.com/curl/curl.git
synced 2025-03-25 15:50:32 +08:00
tool_easysrc.h: correct easysrc_perform
for CURL_DISABLE_LIBCURL_OPTION
Closes #11398
This commit is contained in:
parent
8bad37ef42
commit
933aedcde8
@ -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…
x
Reference in New Issue
Block a user