Skip to content

Commit

Permalink
64-bit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 12, 2005
1 parent 483b4a1 commit c871e76
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions timidity/config.h
Expand Up @@ -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 unsigned short uint16;
typedef short int16;
typedef unsigned char uint8;
Expand Down

0 comments on commit c871e76

Please sign in to comment.