changeset 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 51eaea53b78c
children ce4322fee858
files ChangeLog Plugins/Input/musepack/libmpc.h
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Sep 16 19:13:26 2006 -0700
+++ b/ChangeLog	Sat Sep 16 19:18:59 2006 -0700
@@ -1,3 +1,11 @@
+2006-09-17 02:13:26 +0000  Jonathan Schleifer <js@h3c.de>
+  revision [2389]
+  #undef ALIGN, since it's already defined on OpenBSD.
+
+  Changes:        Modified:
+  +1 -0           trunk/Plugins/Input/wma/libffwma/utils.c  
+
+
 2006-09-17 02:10:07 +0000  Jonathan Schleifer <js@h3c.de>
   revision [2387]
   Seems like someone did a fix for Linux' iconv like I did for BSD's in another file. Added an #ifdef here, too.
--- 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