* add missing int rel to BPy_Library and BPy_LibraryData

This commit is contained in:
Nathan Letwory
2008-05-01 08:11:08 +00:00
parent 3d2758a3bd
commit 0b3118980f

View File

@@ -42,6 +42,7 @@
typedef struct {
PyObject_HEAD
char filename[FILE_MAXDIR + FILE_MAXFILE];
int rel;
} BPy_Library;
typedef struct {
@@ -50,6 +51,7 @@ typedef struct {
int type;
char filename[FILE_MAXDIR + FILE_MAXFILE];
char *name;
int rel;
enum {
OBJECT_IS_LINK,
OBJECT_IS_APPEND,