mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
1734f29721
These libraries are used only inside tcpip.sys driver so move them close to it.
6 lines
98 B
C
6 lines
98 B
C
#ifndef _LWIP_PCH_
|
|
#define _LWIP_PCH_
|
|
|
|
#include "src/include/lwip/opt.h"
|
|
|
|
#endif /* _LWIP_PCH_ */
|