mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +00:00
[TCPIP] Synchronize LWIP code to 2.2.0
- take code from STABLE-2_2_0_RELEASE commit on https://git.savannah.gnu.org/git/lwip.git - remove lwip/contrib directory - do required changes due to upgrade in * CMakeLists.txt * include/lwip/arch/cc.h * include/lwip/arch/sys_arch.h * include/lwip/lwipopts.h * include/tcpip.h * ip/CMakeLists.txt * ip/lwip_glue/lwip_glue.h * ip/lwip_glue/tcp.c * ip/transport/tcp/if.c * tcpip/icmp.c CORE-13098
This commit is contained in:
parent
bc94df7288
commit
d6eebaa47a
449 changed files with 132870 additions and 38788 deletions
|
@ -151,6 +151,7 @@ typedef struct {
|
|||
|
||||
#ifndef htons
|
||||
#define htons(x) WH2N(x)
|
||||
#define LWIP_DONT_PROVIDE_BYTEORDER_FUNCTIONS
|
||||
#endif
|
||||
|
||||
/* Global variable */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue