mirror of
https://github.com/libssh2/libssh2.git
synced 2026-01-27 00:18:12 +03:00
It's supported by all known mingw-w64 and MSVC versions, likely also by other modern Windows compilers. After this patch, the `LIBSSH2_USE_WIN32_LARGE_FILES` and `LIBSSH2_USE_WIN32_SMALL_FILES` macros are ignored by the libssh2 public header, and it no longer defines them. Closes #1771