From 0075489e96722418303a33f8647e50c6c76a5d46 Mon Sep 17 00:00:00 2001 From: Daniel Heckenberg Date: Sun, 9 Mar 2003 11:10:53 +0000 Subject: Minor changes for compilation using Visual C++ 6.0 (SP3) under Windows ncluding: - no array declaration with variable size - fixed signed/unsigned comparison warnings svn path=/trunk/externals/svf~/; revision=460 --- svf~/svf~.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/svf~/svf~.c b/svf~/svf~.c index 5958641..0749903 100644 --- a/svf~/svf~.c +++ b/svf~/svf~.c @@ -8,6 +8,8 @@ #include "m_pd.h" #ifdef NT +#define inline __inline +#define M_PI 3.14159265358979323846 #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1