O_BINARY define for unix compilers

This commit is contained in:
2005-05-20 20:52:47 +00:00
parent 244a1a71b3
commit 0945b86a63

View File

@@ -33,6 +33,10 @@
#include <Python.h>
#include <stdio.h>
#ifndef O_BINARY
# define O_BINARY 0
#endif
/* for open, close in Blender_Load */
#include <fcntl.h>
#ifndef WIN32