mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:47:23 +03:00
parent
14d9358a0c
commit
d60fa59b91
1 changed files with 1 additions and 1 deletions
|
|
@ -2819,7 +2819,7 @@ typedef enum {
|
|||
CURLCLOSEPOLICY_LAST /* last, never use this */
|
||||
} curl_closepolicy;
|
||||
|
||||
#define CURL_GLOBAL_SSL (1<<0) /* no purpose since since 7.57.0 */
|
||||
#define CURL_GLOBAL_SSL (1<<0) /* no purpose since 7.57.0 */
|
||||
#define CURL_GLOBAL_WIN32 (1<<1)
|
||||
#define CURL_GLOBAL_ALL (CURL_GLOBAL_SSL|CURL_GLOBAL_WIN32)
|
||||
#define CURL_GLOBAL_NOTHING 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue