open fstream with ios::binary flag to be compatible with wxFileStream and to avoid...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Aug 2005 22:52:29 +0000 (22:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Aug 2005 22:52:29 +0000 (22:52 +0000)
commit53e2e87c9be7d8b149849d48243b56e01b0e7400
tree1c4e58269572674b6cd191e7121f6c56268584b3
parent58161defc3d91ed3bdb4e098325dad40c334697a
open fstream with ios::binary flag to be compatible with wxFileStream and to avoid mangling binary files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/docview.cpp