Changeset 36 for libmpcdec/trunk
- Timestamp:
- 09/19/06 21:44:23 (18 years ago)
- Location:
- libmpcdec/trunk
- Files:
-
- 3 added
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/trunk/include/mpcdec/config_win32.h
r3 r36 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.