Ignore:
Timestamp:
08/12/06 16:21:35 (18 years ago)
Author:
zorg
Message:

Update to 1.2 (work in progress)

Location:
trunk/include/mpcdec
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/include/mpcdec/config_types.h.in

    r1 r3  
    3636#define __MUSEPACK_CONFIG_TYPES_H__
    3737
    38 typedef unsigned char BOOL;
     38typedef unsigned char mpc_bool_t;
    3939#define TRUE  1
    4040#define FALSE 0
    4141
    42 /* these are filled in by configure */
    4342typedef @SIZE16@ mpc_int16_t;
    4443typedef @USIZE16@ mpc_uint16_t;
Note: See TracChangeset for help on using the changeset viewer.