Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Support #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

spongebob888
Copy link

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.

So I commented the LWIP_DEBUG macro

@spongebob888
Copy link
Author

BTW, I tested leaf with this change on Linux, it still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant