[PD-cvs] externals/unauthorized/sonogram~ sonogram~.c,1.11,1.12

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Apr 7 04:06:12 CEST 2006


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 */





More information about the Pd-cvs mailing list