aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-01 14:51:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-01 14:51:02 +0000
commit6d213e207de2c743e83937f3bab842223348c326 (patch)
tree14841e8b852022cc21b14075f45ae31dee9316a1
parent9b6545c479394e5ca7c52c1c1d59086533783521 (diff)
libcurl can init winsock since 7.8.1
-rw-r--r--docs/FAQ8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 457549517..3b52f7895 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -585,13 +585,7 @@ FAQ
5.4 Does libcurl do Winsock initialization on win32 systems?
- No.
-
- On win32 systems, you need to init the winsock stuff manually, libcurl will
- not do that for you. WSAStartup() and WSACleanup() should be used
- accordingly. The reason for this is of course that a single application may
- use several different libraries and parts, and there's no reason for every
- single library to do this.
+ Yes (since 7.8.1) if told to in the curl_global_init() call.
5.5 Does CURLOPT_FILE and CURLOPT_INFILE work on win32 ?