aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2007-10-31 10:46:46 +0000
committermusil <tmusil@users.sourceforge.net>2007-10-31 10:46:46 +0000
commitfa3d10953e68379bfc96a86347bd177629f3e8a0 (patch)
treee9447003a62dfa651c1bae05eec848ad89bb0a41 /src/zexy.h
parent2de6b6c4318ecdff9461f24f74b0a57a46d459dd (diff)
win32 fixes
svn path=/trunk/externals/zexy/; revision=8915
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!