[PD-cvs] externals/ggee/experimental fofsynth~.c,1.3,1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jul 3 13:04:59 CEST 2007


Update of /cvsroot/pure-data/externals/ggee/experimental
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24692/experimental

Modified Files:
	fofsynth~.c 
Log Message:
updated windows macro to automatically defined _WIN32 to smooth Windows building

Index: fofsynth~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ggee/experimental/fofsynth~.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fofsynth~.c	1 Jun 2006 06:53:39 -0000	1.3
--- fofsynth~.c	3 Jul 2007 11:04:57 -0000	1.4
***************
*** 11,15 ****
  /* ------------------------ fofsynth~ ----------------------------- */
  
! #ifndef NT
  void garray_usedindsp(t_garray *x);
  #endif
--- 11,15 ----
  /* ------------------------ fofsynth~ ----------------------------- */
  
! #ifndef _WIN32
  void garray_usedindsp(t_garray *x);
  #endif





More information about the Pd-cvs mailing list