BSD-style lwIP TCP/IP stack support - followup

lwIP library initialization.
This commit is contained in:
Yang Tse
2011-08-07 08:45:57 +02:00
parent 1db023d3cb
commit 2ccffbb37e
3 changed files with 8 additions and 4 deletions

View File

@@ -125,6 +125,8 @@ static CURLcode win32_init(void)
return CURLE_FAILED_INIT;
}
/* The Windows Sockets DLL is acceptable. Proceed. */
#elif defined(USE_LWIPSOCK)
lwip_init();
#endif
#ifdef USE_WINDOWS_SSPI