Added BOOST_HAS_DECLSPEC define

[SVN r19828]
This commit is contained in:
John Maddock
2003-08-28 12:04:26 +00:00
parent 4eb152aa0a
commit c0f29f3dca

View File

@ -13,6 +13,10 @@
# define BOOST_NO_SWPRINTF
#endif
#if !defined(__GNUC__) && !defined(BOOST_HAS_DECLSPEC)
# define BOOST_HAS_DECLSPEC
#endif
//
// Win32 will normally be using native Win32 threads,
// but there is a pthread library avaliable as an option,
@ -70,3 +74,4 @@ namespace std{
using std::min;
using std::max;
# endif