This fixes a problem on Windows when installing the library via CMake. Some public headers of seasocks depend on headers in the win32 directory but the headers are not installed. The proposed fix is to move the win32 directory into src/main/c/seasocks.
This fixes a problem on Windows when installing the library via CMake. Some public headers of seasocks depend on headers in the
win32
directory but the headers are not installed. The proposed fix is to move thewin32
directory intosrc/main/c/seasocks
.