comparison src/midifile.c @ 45:d85542c96791

Clean up the build some more, move platform specifics again.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Aug 2013 00:23:45 +0300
parents 2170556dc71f
children d77dd667d9d6
comparison
equal deleted inserted replaced
44:f0073a47c31d 45:d85542c96791
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 */ 22 */
23 23
24 #include "mplatform.h" 24 #include "midifile.h"
25 #include <stdio.h> 25 #include <stdio.h>
26 #include <stdlib.h>
27 #include <string.h> 26 #include <string.h>
28 #include <stdarg.h> 27 #include <stdarg.h>
29 #include "midifile.h"
30 28
31 29
32 /* 30 /*
33 ** Internal Data Structures 31 ** Internal Data Structures
34 */ 32 */