Added BOOST_HAS_DECLSPEC

[SVN r19654]
This commit is contained in:
John Maddock
2003-08-17 12:00:52 +00:00
parent 22eeeb33e9
commit e620ac24ab
2 changed files with 8 additions and 0 deletions

View File

@ -97,6 +97,10 @@
//
#define BOOST_HAS_DIRENT_H
//
// all versions support __declspec:
//
#define BOOST_HAS_DECLSPEC
//
// ABI fixing headers:
//
#ifndef BOOST_ABI_PREFIX

View File

@ -89,6 +89,10 @@
# define BOOST_DISABLE_WIN32
#endif
//
// all versions support __declspec:
//
#define BOOST_HAS_DECLSPEC
//
// prefix and suffix headers:
//