From: Sterling Hughes Date: Thu, 12 Jul 2001 02:00:24 +0000 (+0000) Subject: Leftover -- add a note about this in the examples file :) X-Git-Tag: curl-7_8_1-pre3~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0efa89484b419d2713a28c250685047bd48a159;p=thirdparty%2Fcurl.git Leftover -- add a note about this in the examples file :) --- diff --git a/docs/examples/win32sockets.c b/docs/examples/win32sockets.c index 59b31a44de..5f791c8b5e 100644 --- a/docs/examples/win32sockets.c +++ b/docs/examples/win32sockets.c @@ -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.