Browse Source
Unit tests would not build on win32 since cc.h is taken from win32 port, but sys_arch.c is specific to the unit tests. This results in the unit tests not having a definition of lwip_win32_platform_diag We resolve this by guarding the define with LWIP_TESTMODE, which is not defined for lwIP_Test, but somehow defined for lwIP_Unittests (opt.h must be included first someplace in the include tree)master
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue