mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 11:57:12 +02:00
fixed a typo in BOOST_OS_CYGWIN macro
This commit is contained in:
@ -29,7 +29,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
defined(__CYGWIN__) \
|
defined(__CYGWIN__) \
|
||||||
)
|
)
|
||||||
# undef BOOST_OS_CYGWIN
|
# undef BOOST_OS_CYGWIN
|
||||||
# define BOOST_OS_CGYWIN BOOST_VERSION_NUMBER_AVAILABLE
|
# define BOOST_OS_CYGWIN BOOST_VERSION_NUMBER_AVAILABLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BOOST_OS_CYGWIN
|
#if BOOST_OS_CYGWIN
|
||||||
|
Reference in New Issue
Block a user