aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zexy.c')
-rw-r--r--src/zexy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zexy.c b/src/zexy.c
index 62bc003..94d6779 100644
--- a/src/zexy.c
+++ b/src/zexy.c
@@ -153,6 +153,7 @@ void zexy_setup(void)
z_zexy_setup();
}
+#ifndef __WIN32__
void verbose(int level, const char *fmt, ...){
char buf[MAXPDSTRING];
va_list ap;
@@ -165,3 +166,4 @@ void verbose(int level, const char *fmt, ...){
post("zverbose(%d): %s", level, buf);
}
+#endif \ No newline at end of file