aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/zexy.h b/src/zexy.h
index 27f5d7e..d83dfe6 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -119,7 +119,9 @@ static void zexy_register(char*object){object=0;}
* which will chime in, when pd is lacking one
* this should make zexy binary compatible with older pd versions again
*/
-void verbose(int level, const char *fmt, ...);
+# ifndef __WIN32__
+ void verbose(int level, const char *fmt, ...);
+# endif
#else
/*
* on older version we just shut up!