OSX fix:
carbon code can not be included in blender code, it conflicts with struct ID
This commit is contained in:
Ton Roosendaal 2009-07-28 16:56:22 +00:00
parent 87b547c79f
commit e3d17ca33d

@ -51,6 +51,8 @@
#endif
#ifdef __APPLE__
/* XXX BIG WARNING: carbon.h can not be included in blender code, it conflicts with struct ID */
#define ID ID_
#include <CoreServices/CoreServices.h>
#include "BKE_utildefines.h"