Changeset 15
- Timestamp:
- 09/16/06 15:48:07 (18 years ago)
- Location:
- branches/zorg/include/mpcdec
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/zorg/include/mpcdec/config_types.h.in
r6 r15 40 40 #define FALSE 0 41 41 42 typedef char mpc_int8_t; 43 typedef unsigned char mpc_uint8_t; 42 44 typedef @SIZE16@ mpc_int16_t; 43 45 typedef @USIZE16@ mpc_uint16_t; -
branches/zorg/include/mpcdec/config_win32.h
r3 r15 40 40 #define FALSE 0 41 41 42 typedef __int8 mpc_int8_t; 43 typedef unsigned __int8 mpc_uint8_t; 42 44 typedef __int16 mpc_int16_t; 43 45 typedef unsigned __int16 mpc_uint16_t; … … 46 48 typedef __int64 mpc_int64_t; 47 49 50 #define MPC_LITTLE_ENDIAN 51 48 52 #endif // __MUSEPACK_CONFIG_WIN32_H__
Note: See TracChangeset
for help on using the changeset viewer.