From 17b33eda159529c442bd4912503ad19d9bb66a4a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 1 Dec 2003 11:54:17 +0000 Subject: [PATCH] restrict abi testing to "real" msvc. [SVN r21037] --- test/abi/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/abi/main.cpp b/test/abi/main.cpp index 62bd37a0..e8f9d139 100644 --- a/test/abi/main.cpp +++ b/test/abi/main.cpp @@ -7,8 +7,9 @@ // // before we do anything else, we need to mess with the compilers ABI: -// -#ifdef _MSC_VER +// +#include +#ifdef BOOST_MSVC #pragma pack(1) #elif defined(__BORLANDC__) #pragma option -Ve- -Vx- -a1 -b-