mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 373 forks source link

[CMake] Also include ntdll.lib on Windows #518

Open DiegoMagdaleno opened 7 months ago

DiegoMagdaleno commented 7 months ago

This should fix the error: Undefined reference to RtlIpv6AddressToStringExA.

I was trying to compile on mingw64-x86_64 and getting this error, turns out this symbol is exported by the ntdll library