mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:43:32 +03:00
BSD-style lwIP TCP/IP stack support - followup
lwIP library initialization.
This commit is contained in:
parent
1db023d3cb
commit
2ccffbb37e
3 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue