From c9d724b6da2ae3aceae3896a669420ff3c804f0d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Jan 2013 17:19:36 +0000 Subject: replace NT with proper macro: _WIN32 (http://msdn.microsoft.com/en-us/library/ff540443.aspx) svn path=/trunk/externals/miXed/; revision=16956 --- cyclone/sickle/sinx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cyclone/sickle/sinx.c') 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 -- cgit v1.2.1