00001 #ifndef __MUSEPACK_CONFIG_TYPES_H__ 00002 #define __MUSEPACK_CONFIG_TYPES_H__ 00003 00004 typedef unsigned char BOOL; 00005 #define TRUE 1 00006 #define FALSE 0 00007 00008 /* these are filled in by configure */ 00009 typedef short mpc_int16_t; 00010 typedef unsigned short mpc_uint16_t; 00011 typedef int mpc_int32_t; 00012 typedef unsigned int mpc_uint32_t; 00013 typedef long long mpc_int64_t; 00014 00015 #endif // __MUSEPACK_CONFIG_TYPES_H__