Open GravisZro opened 5 months ago
One of the things I was really hoping for was support for sockets.
"winsock2" is an option but it can't statically linked against with a GPL program, much like MSVC libc.
Using Winsock2 was originally planned, but I deferred not to do it. I wanted something closer to the kernel for the networking stuff and not just another wrapper for Winsock2.
One of the things I was really hoping for was support for sockets.
"winsock2" is an option but it can't statically linked against with a GPL program, much like MSVC libc.