- Fixed a compile error on Windows:
VC98 Win32 Platform SDK does not define FP_INFINITE! Anyone know if VC7 is C99 compliant?
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
#ifndef EXPP_METABALL_H
|
||||
#define EXPP_METABALL_H
|
||||
|
||||
#if defined(WIN32) && !defined (FP_INFINITE)
|
||||
#define FP_INFINITE 1
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include <BKE_main.h>
|
||||
|
Reference in New Issue
Block a user