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/shadow/dummies.c | 2 +- cyclone/shadow/nettles.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cyclone/shadow') diff --git a/cyclone/shadow/dummies.c b/cyclone/shadow/dummies.c index f55c683..18ce3e8 100644 --- a/cyclone/shadow/dummies.c +++ b/cyclone/shadow/dummies.c @@ -6,7 +6,7 @@ #ifdef UNIX #include #endif -#ifdef NT +#ifdef _WIN32 #include #endif #include "m_pd.h" diff --git a/cyclone/shadow/nettles.c b/cyclone/shadow/nettles.c index d7ccb87..83fae9b 100644 --- a/cyclone/shadow/nettles.c +++ b/cyclone/shadow/nettles.c @@ -8,7 +8,7 @@ #include "sickle/sic.h" #include "shadow.h" -#if defined(NT) || defined(MACOSX) +#if defined(_WIN32) || defined(MACOSX) /* cf pd/src/x_arithmetic.c */ #define fmodf fmod #endif -- cgit v1.2.1