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 --- toxy/plustot.env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxy') diff --git a/toxy/plustot.env.c b/toxy/plustot.env.c index ba28bbb..155ff8c 100644 --- a/toxy/plustot.env.c +++ b/toxy/plustot.env.c @@ -7,7 +7,7 @@ #ifdef UNIX #include #endif -#ifdef NT +#ifdef _WIN32 #include #endif #include "m_pd.h" -- cgit v1.2.1