Index: libmpcdec/branches/zorg/include/mpcdec/mpc_types.h
===================================================================
--- libmpcdec/branches/zorg/include/mpcdec/mpc_types.h	(revision 70)
+++ libmpcdec/branches/zorg/include/mpcdec/mpc_types.h	(revision 81)
@@ -53,4 +53,5 @@
 typedef unsigned __int32 mpc_uint32_t;
 typedef __int64          mpc_int64_t;
+typedef unsigned __int64 mpc_uint64_t;
 #define mpc_inline __inline
 #define MPC_LITTLE_ENDIAN
@@ -64,4 +65,5 @@
 typedef uint32_t mpc_uint32_t;
 typedef int64_t  mpc_int64_t;
+typedef uint64_t  mpc_uint64_t;
 #define mpc_inline inline
 #endif
Index: libmpcdec/branches/zorg/include/mpcdec/reader.h
===================================================================
--- libmpcdec/branches/zorg/include/mpcdec/reader.h	(revision 70)
+++ libmpcdec/branches/zorg/include/mpcdec/reader.h	(revision 81)
@@ -78,5 +78,5 @@
 /// \param r p_reader handle to initialize
 /// \param filename input filename to attach to the reader
-mpc_status mpc_reader_init_stdio(mpc_reader *p_reader, char *filename);
+mpc_status mpc_reader_init_stdio(mpc_reader *p_reader, const char *filename);
 
 /// Release reader with default stdio file reader implementation.
