Commit Graph

10 Commits

Author SHA1 Message Date
Vadim Zeitlin
098a10bd43 oops, fix the test broken by the last compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-11-02 23:21:03 +00:00
Vadim Zeitlin
73efb97d11 ugly VC6 compilation fix (non-ugly doesn't want to work for some reason as VC6 flat out refuses to use our overloaded operator<<)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-11-02 22:50:15 +00:00
Vadim Zeitlin
d1de94e062 another attempt at fixing VC6 compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-09 09:42:28 +00:00
Vadim Zeitlin
22fd83c027 reverted the last commit and do not define operator<<(wxFileOffset) for VC > 6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-09 08:52:29 +00:00
Vadim Zeitlin
5a9f031e29 apparently operator<<(wxFileOffset) is needed for all VC versions, not just VC6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-08 21:32:04 +00:00
Vadim Zeitlin
9fdc17f534 define operator<<(wxFileOffset) for VC6 only, it breaks compilation for at least wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-08 16:52:30 +00:00
Vadim Zeitlin
3fddc3a0bc VC6 compilation fixes (#10059)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-08 16:06:36 +00:00
Michael Wetherell
765ced3dfa Compile fix after GetC return type changed from char to int.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-29 22:38:26 +00:00
Michael Wetherell
46d69234ce Include FindLength in the tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-27 10:06:19 +00:00
Michael Wetherell
e2255c89f9 Add tests for wxBackingFile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-23 21:58:35 +00:00