aboutsummaryrefslogtreecommitdiff
path: root/toxy/plustot.env.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-22 17:19:36 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-22 17:19:36 +0000
commitc9d724b6da2ae3aceae3896a669420ff3c804f0d (patch)
tree2722332132223a123caa6ba44ec0899e64cab1c4 /toxy/plustot.env.c
parent44e4dadbfdd1118ff5a64d6195eaa168c29405a3 (diff)
replace NT with proper macro: _WIN32 (http://msdn.microsoft.com/en-us/library/ff540443.aspx)
svn path=/trunk/externals/miXed/; revision=16956
Diffstat (limited to 'toxy/plustot.env.c')
-rw-r--r--toxy/plustot.env.c2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
#endif
-#ifdef NT
+#ifdef _WIN32
#include <io.h>
#endif
#include "m_pd.h"