--- ./timidity/config.h 2006-08-12 11:59:44.492723500 +0100 +++ ../sdl-mixer1.2-1.2.6-cph1/timidity/config.h 2006-08-12 11:30:06.988427250 +0100 @@ -185,14 +185,8 @@ typedef double FLOAT_T; #define LITTLE_ENDIAN #endif -/* DEC MMS has 64 bit long words */ -#ifdef DEC typedef unsigned int uint32; -typedef int int32; -#else -typedef unsigned long uint32; -typedef long int32; -#endif +typedef int int32; typedef unsigned short uint16; typedef short int16; typedef unsigned char uint8;