Update of /cvsroot/pure-data/externals/unauthorized/sonogram~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8007/unauthorized/sonogram~
Modified Files: sonogram~.c Log Message: these don't compile MinGW (yet?)
Index: sonogram~.c =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/sonogram~/sonogram~.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** sonogram~.c 18 Dec 2005 18:55:12 -0000 1.11 --- sonogram~.c 7 Apr 2006 02:06:09 -0000 1.12 *************** *** 30,33 **** --- 30,36 ----
+ /* this doesn't compile on MinGW */ + #ifndef _WIN32 +
#include <sys/types.h> *************** *** 2088,2089 **** --- 2091,2094 ---- class_addmethod(sonogram_class, (t_method)sonogram_undo, gensym("undo"), A_NULL); } + + #endif /* not _WIN32 */