[PD-cvs] externals/unauthorized/probalizer probalizer.c,1.7,1.8

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Dec 18 19:55:11 CET 2005


Update of /cvsroot/pure-data/externals/unauthorized/probalizer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19030/probalizer

Modified Files:
	probalizer.c 
Log Message:
lots of MinGW fixes for RC6

Index: probalizer.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/probalizer/probalizer.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** probalizer.c	2 Mar 2005 02:47:29 -0000	1.7
--- probalizer.c	18 Dec 2005 18:55:09 -0000	1.8
***************
*** 43,51 ****
  #include "probalizer.h"
  
! #ifdef NT
  #include <io.h>
  #else
  #include <unistd.h>
! #endif
  
  #define DEFAULT_PROBALIZER_WIDTH 200
--- 43,52 ----
  #include "probalizer.h"
  
! #ifdef _WIN32
  #include <io.h>
+ #define random rand
  #else
  #include <unistd.h>
! #endif /* _WIN32 */
  
  #define DEFAULT_PROBALIZER_WIDTH 200





More information about the Pd-cvs mailing list