Hello, I'm trying to add wintun support for leaf.
I found that LWIP_DEBUG is enabled by default which requires an implementation
of lwip_strerr by user. On Linux, it seems to work.
But on windows(msvc tool chain), it leads to a link error since lwip_strerr can't be linked.
Hello, I'm trying to add wintun support for leaf. I found that
LWIP_DEBUG
is enabled by default which requires an implementation oflwip_strerr
by user. On Linux, it seems to work. But on windows(msvc tool chain), it leads to a link error sincelwip_strerr
can't be linked.So I commented the
LWIP_DEBUG
macro