diff options
Diffstat (limited to 'cyclone/hammer/tanh.c')
-rw-r--r-- | cyclone/hammer/tanh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/tanh.c b/cyclone/hammer/tanh.c index e124d4c..470fb21 100644 --- a/cyclone/hammer/tanh.c +++ b/cyclone/hammer/tanh.c @@ -5,7 +5,7 @@ #include <math.h> #include "m_pd.h" -#if defined(NT) || defined(MACOSX) +#if defined(_WIN32) || defined(MACOSX) /* cf pd/src/x_arithmetic.c */ #define tanhf tanh #endif |