diff options
author | Yang Tse <yangsita@gmail.com> | 2011-08-05 15:42:05 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-08-05 15:53:00 +0200 |
commit | f6272dd9b8ae8d188068aeb0df2af496a964e407 (patch) | |
tree | 6266a7dff6a9a54171a58f0ef31520b40abebb93 /lib/config-win32.h | |
parent | 40597fd942914960b068e5ed5796abc7b5a500dc (diff) | |
download | curl-f6272dd9b8ae8d188068aeb0df2af496a964e407.tar.gz |
BSD-style lwIP TCP/IP stack support - followup
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r-- | lib/config-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h index 8c4719745..1179b1588 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -407,7 +407,7 @@ /* BSD-style lwIP TCP/IP stack SPECIFIC */ /* ---------------------------------------------------------------- */ -/* Define this to use BSD-style lwIP TCP/IP stack */ +/* Define this to use BSD-style lwIP TCP/IP stack */ /* #define USE_LWIPSOCK 1 */ #ifdef USE_LWIPSOCK |