[SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-288-g194dee9
[email protected] (Joel Cunningham)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP Contrib - Contributed code for Lightweight TCP/IP stack".
The branch, master has been updated
via 194dee99568eebda3b2deeb8cce19ca01095816e (commit)
from ef7227301e111be19ac84aa6970263f3d1c268a6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 194dee99568eebda3b2deeb8cce19ca01095816e
Author: Joel Cunningham <[email protected]>
Date: Wed Mar 21 16:01:53 2018 -0500
win32: fix unit tests (bug #53396)
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)
-----------------------------------------------------------------------
Summary of changes:
ports/win32/include/arch/cc.h | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
lwIP Contrib - Contributed code for Lightweight TCP/IP stack