Update of /cvsroot/pure-data/externals/unauthorized/probalizer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16368/probalizer
Modified Files: probalizer.c Log Message: trying out the roast of these NT Tweak .
Index: probalizer.c =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/probalizer/probalizer.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** probalizer.c 25 Sep 2003 20:58:54 -0000 1.5 --- probalizer.c 30 May 2004 05:20:00 -0000 1.6 *************** *** 44,47 **** --- 44,48 ---- #ifdef NT #include <io.h> + #define random rand #else #include <unistd.h>