forked from boostorg/config
Added BOOST_HAS_DECLSPEC define
[SVN r19828]
This commit is contained in:
@ -13,6 +13,10 @@
|
|||||||
# define BOOST_NO_SWPRINTF
|
# define BOOST_NO_SWPRINTF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(__GNUC__) && !defined(BOOST_HAS_DECLSPEC)
|
||||||
|
# define BOOST_HAS_DECLSPEC
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Win32 will normally be using native Win32 threads,
|
// Win32 will normally be using native Win32 threads,
|
||||||
// but there is a pthread library avaliable as an option,
|
// but there is a pthread library avaliable as an option,
|
||||||
@ -70,3 +74,4 @@ namespace std{
|
|||||||
using std::min;
|
using std::min;
|
||||||
using std::max;
|
using std::max;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user