Changeset 56173
- Timestamp:
- 10/08/08 14:32:04 (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/branches/WX_2_8_BRANCH/tests/streams/fileback.cpp
r56165 r56173 20 20 21 21 22 #ifdef __VISUALC 6__22 #ifdef __VISUALC__ 23 23 // need this to be able to use CPPUNIT_ASSERT_EQUAL with wxFileOffset objects 24 24 static std::ostream& operator<<(std::ostream& ostr, const wxFileOffset& fo) … … 27 27 return ostr; 28 28 } 29 #endif // VC++ 629 #endif // __VISUALC__ 30 30 31 31 #include "wx/mstream.h"
