Makes older python's compile.
This commit is contained in:
Ton Roosendaal 2009-03-20 10:51:58 +00:00
parent bcddeaa699
commit 99d9596328

@ -24,6 +24,8 @@
#include <Python.h>
#include "bpy_compat.h"
/* for internal use only, so python can interchange a sequence of strings with flags */
typedef struct BPY_flag_def {
const char *name;