aboutsummaryrefslogtreecommitdiff
path: root/scramble~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-24 23:05:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-24 23:05:22 +0000
commit3a7e12ea0f7a96e74d4b9b4431314e0f5720590d (patch)
tree213438334abfed7bb9c4137780f4ab2b51d90562 /scramble~.c
parent090323d7f7012084632c13b9ffdd88ce8817618a (diff)
MinGW cleanups
svn path=/trunk/externals/ext13/; revision=6013
Diffstat (limited to 'scramble~.c')
-rw-r--r--scramble~.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scramble~.c b/scramble~.c
index 11c0793..a741494 100644
--- a/scramble~.c
+++ b/scramble~.c
@@ -2,7 +2,7 @@
#include "ext13.h"
#include <sys/types.h>
#include <string.h>
-#ifndef NT
+#ifndef _WIN32
#include <netinet/in.h>
#include <netdb.h>
#include <sys/errno.h>
@@ -111,7 +111,7 @@ t_int *scramble_tilde_perform(t_int *w)
int erg=0;
int n;
t_float val, valL, valR, killval;
-#ifndef NT
+#ifndef _WIN32
t_float* out[x->x_channels];
t_float* in[x->x_channels];
#else
@@ -448,7 +448,7 @@ t_int *scramble_tilde_perform(t_int *w)
*out[1]++ = 0;
}/*end if play */
}/*end while n-- */
-#ifdef NT
+#ifdef _WIN32
free(in);
free(out);
#endif