Skip to content

Commit

Permalink
Fix for Solarix x86 by Per Espen Hagen
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Mar 14, 2001
1 parent 4a8f27d commit 0fb1a62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions timidity/config.h
Expand Up @@ -164,6 +164,10 @@
# define LITTLE_ENDIAN
#endif

#ifdef i386
#define LITTLE_ENDIAN
#endif

/* DEC MMS has 64 bit long words */
#ifdef DEC
typedef unsigned int uint32;
Expand Down

0 comments on commit 0fb1a62

Please sign in to comment.