From 9c0e19a3be2288db79e2502e5fa450c3e20a668d Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Fri, 9 May 2003 16:04:00 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r610, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=611 --- pd/src/d_mayer_fft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/d_mayer_fft.c') diff --git a/pd/src/d_mayer_fft.c b/pd/src/d_mayer_fft.c index c221e33e..ea884018 100644 --- a/pd/src/d_mayer_fft.c +++ b/pd/src/d_mayer_fft.c @@ -48,7 +48,7 @@ * of work. -msp */ -#ifdef NT +#ifdef MSW #pragma warning( disable : 4305 ) /* uncast const double to float */ #pragma warning( disable : 4244 ) /* uncast double to float */ #pragma warning( disable : 4101 ) /* unused local variables */ -- cgit v1.2.1