Karlson2k / libmicrohttpd

GNU libmicrohttpd repository unofficial mirror on GitHub
https://www.gnu.org/software/libmicrohttpd/
Other
101 stars 29 forks source link

test/socat.c on Windows #3

Closed gvanem closed 5 years ago

gvanem commented 6 years ago

This test program gives me the impression it could work for _WIN32 (it has a #include <windows.h>). But then it has a call to fork()! CygWin could work (I've not tried it), but it does not have _WIN32 as a built-in.

Can this delusion please be fixed?

PS. Maybe Ncat could be an option to start zzuf?