Update of /cvsroot/pure-data/externals/maxlib/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20240
Modified Files: chord.c gestalt.c rhythm.c Log Message: MinGW cleanups
Index: chord.c =================================================================== RCS file: /cvsroot/pure-data/externals/maxlib/src/chord.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** chord.c 16 Jan 2006 02:01:21 -0000 1.8 --- chord.c 24 Sep 2006 23:00:51 -0000 1.9 *************** *** 26,30 **** #include <stdio.h> #include <string.h> ! #ifdef UNIX #include <stdlib.h> #endif --- 26,30 ---- #include <stdio.h> #include <string.h> ! #ifndef _WIN32 #include <stdlib.h> #endif
Index: rhythm.c =================================================================== RCS file: /cvsroot/pure-data/externals/maxlib/src/rhythm.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** rhythm.c 10 Nov 2005 22:15:07 -0000 1.7 --- rhythm.c 24 Sep 2006 23:00:52 -0000 1.8 *************** *** 27,31 **** #include <stdio.h> #include <math.h> ! #ifdef UNIX #include <stdlib.h> #endif --- 27,31 ---- #include <stdio.h> #include <math.h> ! #ifndef _WIN32 #include <stdlib.h> #endif
Index: gestalt.c =================================================================== RCS file: /cvsroot/pure-data/externals/maxlib/src/gestalt.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** gestalt.c 10 Nov 2005 22:15:07 -0000 1.7 --- gestalt.c 24 Sep 2006 23:00:51 -0000 1.8 *************** *** 26,30 **** #include <math.h> #include <stdio.h> ! #ifdef UNIX #include <stdlib.h> #endif --- 26,30 ---- #include <math.h> #include <stdio.h> ! #ifndef _WIN32 #include <stdlib.h> #endif