# HG changeset patch # User js # Date 1158459539 25200 # Node ID 9b529320119db80c5caf5c5f1a8290b77befc904 # Parent 51eaea53b78c6e1ee22fd7808b756b4ea0a8c6ce [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 diff -r 51eaea53b78c -r 9b529320119d ChangeLog --- 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 + 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 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. diff -r 51eaea53b78c -r 9b529320119d Plugins/Input/musepack/libmpc.h --- 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 //libmpcdec headers +#undef TRUE +#undef FALSE #include //GTK+ headers