From 0dc3503964ed68f0c347153bef44227c39fd6d22 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/bsaylor/; revision=460 --- svf~.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'svf~.c') diff --git a/svf~.c b/svf~.c index 5958641..0749903 100644 --- a/svf~.c +++ b/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