Ignore:
Timestamp:
11/03/06 00:10:26 (18 years ago)
Author:
zorg
Message:

Prefix symbols to prevent conflicts

Location:
libmpcdec/branches/zorg/include/mpcdec
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/branches/zorg/include/mpcdec/mpc_types.h

    r81 r85  
    8989
    9090enum {
    91     FALSE = 0,
    92     TRUE  = !FALSE
     91    MPC_FALSE = 0,
     92    MPC_TRUE  = !MPC_FALSE
    9393};
    9494
  • libmpcdec/branches/zorg/include/mpcdec/mpcdec.h

    r70 r85  
    5757/// \param p_reader reader that will supply raw data to the decoder
    5858/// \param si streaminfo structure indicating format of source stream
    59 /// \return TRUE if decoder was initalized successfully, FALSE otherwise   
     59/// \return MPC_TRUE if decoder was initalized successfully, FALSE otherwise   
    6060mpc_status mpc_decoder_init(mpc_decoder **p_dec, mpc_reader *p_reader, mpc_streaminfo *si);
    6161
Note: See TracChangeset for help on using the changeset viewer.