mirror of
https://github.com/curl/curl.git
synced 2026-05-20 10:46:19 +03:00
adjusted the global_init() call to pass the new flag argument too
This commit is contained in:
parent
f44f512f24
commit
ec340e3e33
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ static CURLcode win32_init(void) { return CURLE_OK; }
|
|||
*/
|
||||
CURLcode main_init(void)
|
||||
{
|
||||
curl_global_init();
|
||||
curl_global_init(0);
|
||||
return win32_init();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue