MSVC fixes

This commit is contained in:
ehofman 2003-06-28 21:43:41 +00:00
parent 25ad84e5cb
commit 54c2d5a6cc
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include <fastmath.hxx>
#include "fastmath.hxx"
/**
* This function is on avarage 9 times faster than the system exp() function

View File

@ -25,7 +25,9 @@
# error This library requires C++
#endif
#ifdef _MSC_VER
#define _USE_MATH_DEFINES
#endif
#include <math.h>