Compiling windows project: error: 'ip2string.h' file not found #include <ip2string.h>

I am cross compiling from linux to windows -msvc.
If you can accept microsoft visual studio license, you can use xwin to download the windows sdk and the microsoft c runtime.
The command line, include paths, and library paths: zig translate-c windows.h · GitHub