* Fixed compilation error. FP_INFINITE needs to be defined _after_ all header
files are included.
This commit is contained in:
@@ -32,10 +32,6 @@
|
||||
#ifndef EXPP_METABALL_H
|
||||
#define EXPP_METABALL_H
|
||||
|
||||
#if !defined (FP_INFINITE)
|
||||
#define FP_INFINITE 1
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include <BKE_main.h>
|
||||
|
Reference in New Issue
Block a user