This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2025-07-04 07:51:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
51aac7ca93
reactos
/
drivers
/
network
/
tcpip
/
include
/
lwip
/
precomp.h
7 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
[LWIP] * Introduce a PCH suitable for use without altering the 3rd party code. * Prepare the CMake scripts for PCH. CORE-7716 svn path=/trunk/; revision=62122
2014-02-11 21:36:39 +00:00
#
ifndef _LWIP_PCH_
#
define _LWIP_PCH_
[LWIP] Correctly synchronize to lwIP 1.4.1 (#6123) * [TCPIP] Rename lwip library to lwipcore * [TCPIP] Remove ReactOS-specific code from LWIP library * [TCPIP] Synchronize LWIP code to 1.4.1 Update to LWIP 1.4.1 should have been done by bd3b0e8ef4219d2b203d883faf65c527b055efe7 However, I was unable to find the exact revision used in this commit. So, do the following - take code from STABLE-1_4_1 commit on https://git.savannah.gnu.org/git/lwip.git - cherry-pick LWIP 32aa9a41e2013e5ee6eee09317a848647e37badf (CORE-8978) - cherry-pick LWIP c0b534e5318baf870e2152c70d4d11a3a86181f3 - add a ReactOS-specific change in src/api/tcpip.c (missing include) - add ReactOS specific file CMakeLists.txt NOTE: Changes are mostly in unit test files (not used) and CHANGELOG file. CORE-7140
2023-12-29 13:05:41 +01:00
#
include
"lwip/opt.h"
[LWIP] * Introduce a PCH suitable for use without altering the 3rd party code. * Prepare the CMake scripts for PCH. CORE-7716 svn path=/trunk/; revision=62122
2014-02-11 21:36:39 +00:00
#
endif
/* _LWIP_PCH_ */
Reference in a new issue
Copy permalink