We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b930bc3 + d8b8483 commit 423e693Copy full SHA for 423e693
include/boost/system/api_config.hpp
@@ -33,7 +33,7 @@
33
// Standalone MinGW and all other known Windows compilers do predefine _WIN32
34
// Compilers that predefine _WIN32 or __MINGW32__ do so for Windows 64-bit builds too.
35
36
-# if defined(_WIN32) || defined(__CYGWIN__) // Windows default, including MinGW and Cygwin
+# if defined(_WIN32) // Windows default, including MinGW
37
# define BOOST_WINDOWS_API
38
# else
39
# define BOOST_POSIX_API
0 commit comments