aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-05 15:42:05 +0200
committerYang Tse <yangsita@gmail.com>2011-08-05 15:53:00 +0200
commitf6272dd9b8ae8d188068aeb0df2af496a964e407 (patch)
tree6266a7dff6a9a54171a58f0ef31520b40abebb93 /lib/connect.c
parent40597fd942914960b068e5ed5796abc7b5a500dc (diff)
BSD-style lwIP TCP/IP stack support - followup
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 1f802bda8..9301f0108 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -792,7 +792,7 @@ static void nosigpipe(struct connectdata *conn,
#define nosigpipe(x,y)
#endif
-#ifdef WIN32
+#ifdef USE_WINSOCK
/* When you run a program that uses the Windows Sockets API, you may
experience slow performance when you copy data to a TCP server.