]> git.saurik.com Git - wxWidgets.git/commit
std::streamoff is just a (32 bit) long under Win32 with MSVC so extra WX_CPPUNIT_ALLO...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 May 2009 07:52:49 +0000 (07:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 May 2009 07:52:49 +0000 (07:52 +0000)
commit97818dab107f892bcd82e8657033b1f83489a8a8
tree4ec133834960f858f1793eb7b6418a286374e933
parent6e12b56f5e2b5e1324d263bae6e8f404faae9e98
std::streamoff is just a (32 bit) long under Win32 with MSVC so extra WX_CPPUNIT_ALLOW_EQUALS_TO_INT(std::streamoff) is not needed in this case; this also seems to be the case for Borland and Watcom so assume this is always so for Windows compilers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/streams/stdstream.cpp