O_BINARY define for unix compilers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user