+ bin mode for windows

This commit is contained in:
kelson42 2010-04-08 20:22:26 +00:00
parent 467cb14c83
commit 2c7c62dd3a

View File

@ -31,6 +31,7 @@
#ifdef _WIN32
#include <io.h>
int _fmode = _O_BINARY;
#endif
log_define("zim.fstream")