From b733a22493504dfe0617309ef0afea8cc540e940 Mon Sep 17 00:00:00 2001 From: Roger Hughston Date: Tue, 21 Mar 2006 02:28:44 +0000 Subject: [PATCH] OSX MAcro Colision --- panda/src/mathutil/fftCompressor.cxx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/panda/src/mathutil/fftCompressor.cxx b/panda/src/mathutil/fftCompressor.cxx index 7023fb6ea9..43728635e5 100644 --- a/panda/src/mathutil/fftCompressor.cxx +++ b/panda/src/mathutil/fftCompressor.cxx @@ -28,6 +28,13 @@ #ifdef HAVE_FFTW #ifdef IS_OSX +// hack..... +// this is a hack to help interigate sort out a macro +// in the system poll and select definitions +// +#ifdef howmany +#undef howmany +#endif #include #else #include