Index: libmpcdec/branches/zorg/include/mpcdec/mpc_types.h
===================================================================
--- libmpcdec/branches/zorg/include/mpcdec/mpc_types.h	(revision 81)
+++ libmpcdec/branches/zorg/include/mpcdec/mpc_types.h	(revision 85)
@@ -89,6 +89,6 @@
 
 enum {
-    FALSE = 0,
-    TRUE  = !FALSE
+    MPC_FALSE = 0,
+    MPC_TRUE  = !MPC_FALSE
 };
 
Index: libmpcdec/branches/zorg/include/mpcdec/mpcdec.h
===================================================================
--- libmpcdec/branches/zorg/include/mpcdec/mpcdec.h	(revision 81)
+++ libmpcdec/branches/zorg/include/mpcdec/mpcdec.h	(revision 85)
@@ -57,5 +57,5 @@
 /// \param p_reader reader that will supply raw data to the decoder
 /// \param si streaminfo structure indicating format of source stream
-/// \return TRUE if decoder was initalized successfully, FALSE otherwise    
+/// \return MPC_TRUE if decoder was initalized successfully, FALSE otherwise    
 mpc_status mpc_decoder_init(mpc_decoder **p_dec, mpc_reader *p_reader, mpc_streaminfo *si);
 
