Main Page | Class List | Directories | File List | File Members | Related Pages

config_types.h

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__

Generated on Sat Jan 22 09:34:06 2005 for libmusepack by  doxygen 1.4.1