Build fix for MSVC

This commit is contained in:
David Schleef 2009-12-02 23:55:55 -08:00
parent 70649da6ce
commit ab0c93976d

View file

@ -44,7 +44,7 @@
#define M_PI 3.14159265358979323846
#endif
#ifdef WIN32
#ifdef _MSC_VER
#define rint(x) (floor((x)+0.5))
#endif