2.5 - Compiling 'hacks' for py

* Unicode calls in bpy_idprop.c were causing linking errors here. Probably Py-libs for windows would need recompiling with unicode before we can enable this. For now, commented out the offending calls.
This commit is contained in:
2008-12-21 10:36:29 +00:00
parent 3eaca525f2
commit 170b748c81
2 changed files with 8 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ struct bConstraintOb; /* DNA_constraint_types.h */
struct bConstraintTarget; /* DNA_constraint_types.h*/
struct Script; /* DNA_screen_types.h */
struct BPyMenu;
struct bContext;
#ifdef __cplusplus
extern "C" {
#endif