diff options
Diffstat (limited to 'cyclone/sickle/sinx.c')
-rw-r--r-- | cyclone/sickle/sinx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/sickle/sinx.c b/cyclone/sickle/sinx.c index b303024..db0567d 100644 --- a/cyclone/sickle/sinx.c +++ b/cyclone/sickle/sinx.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 sinf sin #endif |