aboutsummaryrefslogtreecommitdiff
path: root/src/pack~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pack~.c')
-rw-r--r--src/pack~.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pack~.c b/src/pack~.c
index ab904b0..79c7430 100644
--- a/src/pack~.c
+++ b/src/pack~.c
@@ -43,8 +43,9 @@ static t_int *sigpack_perform(t_int *w)
SETFLOAT(&buf[i], f);
i++;
}
+#ifndef __WIN32__
#warning defer list-output to next block with a clock!
-
+#endif
outlet_list(x->x_obj.ob_outlet, &s_list, x->vector_length, x->buffer);
return (w+4);