diff options
Diffstat (limited to 'cyclone/sickle/tanx.c')
-rw-r--r-- | cyclone/sickle/tanx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/sickle/tanx.c b/cyclone/sickle/tanx.c index d2a1102..5f86f8f 100644 --- a/cyclone/sickle/tanx.c +++ b/cyclone/sickle/tanx.c @@ -9,7 +9,7 @@ /* by definition, this is just an interface to the -lm call (do not use costable) */ -#if defined(NT) || defined(MACOSX) +#if defined(_WIN32) || defined(MACOSX) /* cf pd/src/x_arithmetic.c */ #define tanf tan #endif |