Changeset 36


Ignore:
Timestamp:
09/19/06 21:44:23 (18 years ago)
Author:
zorg
Message:

Updated win32 build projects

Location:
libmpcdec/trunk
Files:
3 added
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/trunk/include/mpcdec/config_win32.h

    r3 r36  
    4040#define FALSE 0
    4141
     42typedef __int8           mpc_int8_t;
     43typedef unsigned __int8  mpc_uint8_t;
    4244typedef __int16          mpc_int16_t;
    4345typedef unsigned __int16 mpc_uint16_t;
     
    4648typedef __int64          mpc_int64_t;
    4749
     50#define MPC_LITTLE_ENDIAN
     51
    4852#endif // __MUSEPACK_CONFIG_WIN32_H__
Note: See TracChangeset for help on using the changeset viewer.