ICU-5852 Fix for Visual Studio 2003

X-SVN-Rev: 22425
This commit is contained in:
George Rhoten 2007-08-19 20:46:51 +00:00
parent 0d851cdb94
commit 2aca9a194a

View file

@ -190,7 +190,7 @@ NumberFormatRoundTripTest::test(NumberFormat *fmt)
#endif
}
#if _MSC_VER >= 1400 || defined __alpha__ || defined U_OSF
#if (defined(_MSC_VER) && _MSC_VER < 1400) || defined(__alpha__) || defined(U_OSF)
// These machines and compilers don't fully support denormalized doubles,
test(fmt, randomDouble(1e-292));
test(fmt, randomDouble(1e-100));