Back to the Vavoom Forum Archives
scen
Firebrand
Janis Legzdinsh
Index: source/timidity/config.h =================================================================== --- source/timidity/config.h (revision 1826) +++ source/timidity/config.h (working copy) @@ -193,14 +193,8 @@ #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 unsigned short uint16; typedef short int16; typedef unsigned char uint8;
scen
Janis Legzdinsh