mirror of
https://github.com/curl/curl.git
synced 2026-07-22 20:07:17 +03:00
Leftover -- add a note about this in the examples file :)
This commit is contained in:
parent
45037a39aa
commit
f0efa89484
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
|||
|
||||
/*
|
||||
* Note: This is only required if you use curl 7.8 or lower, later
|
||||
* versions provide an option to curl_global_init() that does the
|
||||
* win32 initialization for you.
|
||||
*/
|
||||
|
||||
/*
|
||||
* These are example functions doing socket init that Windows
|
||||
* require. If you don't use windows, you can safely ignore this crap.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue