diff --git a/tests/streams/fileback.cpp b/tests/streams/fileback.cpp index bef19e0acd..942c578562 100644 --- a/tests/streams/fileback.cpp +++ b/tests/streams/fileback.cpp @@ -19,14 +19,14 @@ #endif -#ifdef __VISUALC__ +#ifdef __VISUALC6__ // need this to be able to use CPPUNIT_ASSERT_EQUAL with wxFileOffset objects static std::ostream& operator<<(std::ostream& ostr, const wxFileOffset& fo) { ostr << fo; return ostr; } -#endif // __VISUALC__ +#endif // __VISUALC6__ #include "wx/mstream.h" #include "wx/private/fileback.h"