[SVN r53107]
This commit is contained in:
John Maddock
2009-05-19 11:39:24 +00:00
parent f814c8fef1
commit e1d9c0281a

View File

@@ -131,10 +131,10 @@
// disable Win32 API's if compiler extentions are // disable Win32 API's if compiler extentions are
// turned off: // turned off:
// //
#ifndef _MSC_EXTENSIONS #if !defined(_MSC_EXTENSIONS) && !defined(BOOST_DISABLE_WIN32)
# define BOOST_DISABLE_WIN32 # define BOOST_DISABLE_WIN32
#endif #endif
#ifndef _CPPRTTI #if !defined(_CPPRTTI) && !defined(BOOST_NO_RTTI)
# define BOOST_NO_RTTI # define BOOST_NO_RTTI
#endif #endif