forked from boostorg/config
Use if __MACH__ instead of ifdef __MACH__
[SVN r14089]
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#define BOOST_PLATFORM "Mac OS"
|
||||
|
||||
// If __MACH__, we're using the BSD standard C library, not the MSL:
|
||||
#if defined(__MACH__)
|
||||
#if __MACH__
|
||||
|
||||
# define BOOST_NO_CTYPE_FUNCTIONS
|
||||
# define BOOST_NO_CWCHAR
|
||||
|
Reference in New Issue
Block a user