always declare O_BINARY

closes #461
This commit is contained in:
Matthias Mailänder 2014-09-28 06:38:18 +02:00
parent bd3fcd3fc6
commit 9997ad9fcb

View File

@ -21,6 +21,11 @@
#include <fcntl.h>
#endif
#ifndef O_BINARY
#define O_BINARY 0
#define O_TEXT 0
#endif
using namespace std;
namespace base {