windows-libc
windows-libc copied to clipboard
A POSIX compliant C library for Windows
Results
2
windows-libc issues
Sort by
recently updated
recently updated
newest added
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...
#### Question: @SibiSiddharthan Does this port support shared library, because I need to load dll through Java JNA #### Build steps ``` cmake -DBUILD_SHARED_LIBS=1 .. cmake --build . --config Release...