Eet : O_BINARY does not exist on linux...

SVN revision: 61422
This commit is contained in:
Vincent Torri 2011-07-16 08:18:28 +00:00
parent 300a32728b
commit 5fa8593191
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ GCRY_THREAD_OPTION_PTHREAD_IMPL;
#include "Eet.h"
#include "Eet_private.h"
#ifndef O_BINARY
# define O_BINARY 0
#endif
static Eet_Version _version = { VMAJ, VMIN, VMIC, VREV };
EAPI Eet_Version *eet_version = &_version;