diff Plugins/Input/musepack/libmpc.h @ 1727:9b529320119d trunk

[svn] #undef TRUE and FALSE before inclusion of mpcdec.h since both, GTK and mpcdev, define this, which leads to a hard error on OpenBSD
author js
date Sat, 16 Sep 2006 19:18:59 -0700
parents 4f88f4e6c123
children
line wrap: on
line diff
--- a/Plugins/Input/musepack/libmpc.h	Sat Sep 16 19:13:26 2006 -0700
+++ b/Plugins/Input/musepack/libmpc.h	Sat Sep 16 19:18:59 2006 -0700
@@ -20,6 +20,8 @@
 #include <math.h>
 
 //libmpcdec headers
+#undef TRUE
+#undef FALSE
 #include <mpcdec/mpcdec.h>
 
 //GTK+ headers