From 3a36d0d96f0473b2e3550c6bfb5636137ed7b0f5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 7 Apr 2006 02:06:09 +0000 Subject: these don't compile MinGW (yet?) svn path=/trunk/externals/unauthorized/; revision=4833 --- sonogram~/sonogram~-yves.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sonogram~/sonogram~-yves.c') diff --git a/sonogram~/sonogram~-yves.c b/sonogram~/sonogram~-yves.c index d2ce944..d45bf9e 100644 --- a/sonogram~/sonogram~-yves.c +++ b/sonogram~/sonogram~-yves.c @@ -29,6 +29,8 @@ /* ---------------------------------------------------------------------------- */ +/* this doesn't compile on MinGW */ +#ifndef _WIN32 #include #include @@ -2010,3 +2012,5 @@ void sonogram_tilde_setup(void) class_addmethod(sonogram_class, (t_method)sonogram_readspeed, gensym("readspeed"), A_FLOAT, A_NULL); class_addmethod(sonogram_class, (t_method)sonogram_undo, gensym("undo"), A_NULL); } + +#endif /* not _WIN32 */ -- cgit v1.2.1