From 388f7a1df37afeed0dd120f8091614a7f6dd91ab Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Wed, 18 May 2005 04:28:51 +0000 Subject: Damn, edited this before and lost the update. More data features. Took about 12 patches. svn path=/trunk/; revision=3006 --- pd/src/d_mayer_fft.c | 3 +++ 1 file changed, 3 insertions(+) (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 0e2242b7..da77e048 100644 --- a/pd/src/d_mayer_fft.c +++ b/pd/src/d_mayer_fft.c @@ -54,6 +54,9 @@ #pragma warning( disable : 4101 ) /* unused local variables */ #endif +/* the following is needed only to declare pd_fft() as exportable in MSW */ +#include "m_pd.h" + #define REAL float #define GOOD_TRIG -- cgit v1.2.1