]> granicus.if.org Git - curl/commitdiff
Leftover -- add a note about this in the examples file :)
authorSterling Hughes <sterling@bumblebury.com>
Thu, 12 Jul 2001 02:00:24 +0000 (02:00 +0000)
committerSterling Hughes <sterling@bumblebury.com>
Thu, 12 Jul 2001 02:00:24 +0000 (02:00 +0000)
docs/examples/win32sockets.c

index 59b31a44ded98a3f1d1d5de7593896ea1278b98c..5f791c8b5e5fa26a7d4fd78dbc3b50681f5072aa 100644 (file)
@@ -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.