]> git.mxchange.org Git - simgear.git/commit
Introduce SGBinaryFile
authorTorsten Dreyer <torsten@t3r.de>
Fri, 6 May 2016 20:01:42 +0000 (22:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
commit8d93206dd33ed0079af6670a0ecd41a3b203d9a0
treecd8f73ea67dae9d2994a479b100318642f0e34c8
parent72bb9f4d5d6d861902a5779381e4ebe977db1df1
Introduce SGBinaryFile

For Windows, default file mode is TEXT.
If binary files should be created _O_BINARY shall be or'ed to the open
flags. This is not necessary on *nixes.

Introduce a SGBinaryFile as extension to SGFile which adds the flag
upon construction on Windows.

This should keep existing behaviour for all other usages of SGFile.
simgear/io/HTTPRepository.cxx
simgear/io/sg_file.cxx
simgear/io/sg_file.hxx