Eet : eet_flush2 : add O_BINARY to open()
authorVincent Torri <vincent.torri@gmail.com>
Sat, 16 Jul 2011 07:24:48 +0000 (07:24 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Sat, 16 Jul 2011 07:24:48 +0000 (07:24 +0000)
commit603dc537b02112fc896b8e795b8d9938a6b4de74
tree288f0f3a54c622d59d3f8ddf87d41e2db2b3a01d
parentdc12586bddcfa788eb64f2a3f1676b25285f533c
Eet : eet_flush2 : add O_BINARY to open()

On Windows, open() in text mode followed by fdopen() in
binary mode does not create a stream in binary mode.
So add O_BINARY to open().

SVN revision: 61418
legacy/eet/ChangeLog
legacy/eet/src/lib/eet_lib.c