restrict abi testing to "real" msvc.

[SVN r21037]
This commit is contained in:
John Maddock
2003-12-01 11:54:17 +00:00
parent 7ac6bf4b96
commit 17b33eda15

View File

@ -7,8 +7,9 @@
// //
// before we do anything else, we need to mess with the compilers ABI: // before we do anything else, we need to mess with the compilers ABI:
// //
#ifdef _MSC_VER #include <boost/config.hpp>
#ifdef BOOST_MSVC
#pragma pack(1) #pragma pack(1)
#elif defined(__BORLANDC__) #elif defined(__BORLANDC__)
#pragma option -Ve- -Vx- -a1 -b- #pragma option -Ve- -Vx- -a1 -b-