Skip to content

Commit 423e693

Browse files
authored
Merge pull request #137 from corngood/cygwin
Use BOOST_POSIX_API on cygwin.
2 parents b930bc3 + d8b8483 commit 423e693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/system/api_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// Standalone MinGW and all other known Windows compilers do predefine _WIN32
3434
// Compilers that predefine _WIN32 or __MINGW32__ do so for Windows 64-bit builds too.
3535

36-
# if defined(_WIN32) || defined(__CYGWIN__) // Windows default, including MinGW and Cygwin
36+
# if defined(_WIN32) // Windows default, including MinGW
3737
# define BOOST_WINDOWS_API
3838
# else
3939
# define BOOST_POSIX_API

0 commit comments

Comments
 (0)