Add win32 initialization support to curl_global_init() and
authorSterling Hughes <sterling@bumblebury.com>
Thu, 12 Jul 2001 01:57:28 +0000 (01:57 +0000)
committerSterling Hughes <sterling@bumblebury.com>
Thu, 12 Jul 2001 01:57:28 +0000 (01:57 +0000)
commit45037a39aa7141510f6c6bcff65d102c65e6566e
tree4ea1de0d8a604c21fab41989b3579bc3934766f4
parent31336d63ae4479155a2fed861ac2ac38949a035c
Add win32 initialization support to curl_global_init() and
curl_global_cleanup().  Update corresponding man pages...

Improve the logic in curl_global_cleanup() and curl_global_init() so that
they are not called twice if the application libraries have been
initialized and make sure to reset the init flags in curl_global_cleanup().
docs/TODO
docs/curl_global_init.3
include/curl/curl.h
lib/easy.c
src/main.c