diff options
Diffstat (limited to 'cyclone/hammer/cartopol.c')
-rw-r--r-- | cyclone/hammer/cartopol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/cartopol.c b/cyclone/hammer/cartopol.c index 4200686..ce9f546 100644 --- a/cyclone/hammer/cartopol.c +++ b/cyclone/hammer/cartopol.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 atan2f atan2 #define hypotf hypot |