Use BOOST_POSIX_API on cygwin.

This commit is contained in:
David McFarland
2025-12-17 13:36:21 -04:00
parent 9529e070ea
commit d8b8483326
+1 -1
View File
@@ -33,7 +33,7 @@
// Standalone MinGW and all other known Windows compilers do predefine _WIN32
// Compilers that predefine _WIN32 or __MINGW32__ do so for Windows 64-bit builds too.
# if defined(_WIN32) || defined(__CYGWIN__) // Windows default, including MinGW and Cygwin
# if defined(_WIN32) // Windows default, including MinGW
# define BOOST_WINDOWS_API
# else
# define BOOST_POSIX_API