aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSterling Hughes <sterling@bumblebury.com>2001-07-12 02:00:24 +0000
committerSterling Hughes <sterling@bumblebury.com>2001-07-12 02:00:24 +0000
commitf0efa89484b419d2713a28c250685047bd48a159 (patch)
treeb1942551ae4fa7d3969be3a547a17ef122d5d31e /docs
parent45037a39aa7141510f6c6bcff65d102c65e6566e (diff)
Leftover -- add a note about this in the examples file :)
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/win32sockets.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/examples/win32sockets.c b/docs/examples/win32sockets.c
index 59b31a44d..5f791c8b5 100644
--- a/docs/examples/win32sockets.c
+++ b/docs/examples/win32sockets.c
@@ -1,5 +1,11 @@
/*
+ * 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.
*/