Index: /branches/zorg/include/mpcdec/config_types.h.in
===================================================================
--- /branches/zorg/include/mpcdec/config_types.h.in	(revision 14)
+++ /branches/zorg/include/mpcdec/config_types.h.in	(revision 15)
@@ -40,4 +40,6 @@
 #define FALSE 0
 
+typedef char mpc_int8_t;
+typedef unsigned char mpc_uint8_t;
 typedef @SIZE16@ mpc_int16_t;
 typedef @USIZE16@ mpc_uint16_t;
Index: /branches/zorg/include/mpcdec/config_win32.h
===================================================================
--- /branches/zorg/include/mpcdec/config_win32.h	(revision 14)
+++ /branches/zorg/include/mpcdec/config_win32.h	(revision 15)
@@ -40,4 +40,6 @@
 #define FALSE 0
 
+typedef __int8           mpc_int8_t;
+typedef unsigned __int8  mpc_uint8_t;
 typedef __int16          mpc_int16_t;
 typedef unsigned __int16 mpc_uint16_t;
@@ -46,3 +48,5 @@
 typedef __int64          mpc_int64_t;
 
+#define MPC_LITTLE_ENDIAN
+
 #endif // __MUSEPACK_CONFIG_WIN32_H__
