diff options
Diffstat (limited to 'cyclone/sickle/cosx.c')
-rw-r--r-- | cyclone/sickle/cosx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/sickle/cosx.c b/cyclone/sickle/cosx.c index b368559..c9f14ec 100644 --- a/cyclone/sickle/cosx.c +++ b/cyclone/sickle/cosx.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 cosf cos #endif |