Mercurial > audlegacy
changeset 1014:9b26df736b62 trunk
[svn] (a quick way to reenable configfile):
* If you are a third party developer and you need a quick fix, add
* #define I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS
* to your code.
author | nenolod |
---|---|
date | Tue, 09 May 2006 09:04:44 -0700 |
parents | 13281963f56f |
children | bc14606391fc |
files | libaudacious/configfile.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libaudacious/configfile.h Tue May 09 08:57:40 2006 -0700 +++ b/libaudacious/configfile.h Tue May 09 09:04:44 2006 -0700 @@ -52,8 +52,13 @@ * no longer use these anymore. They have been deprecated since 0.2, * and will be REMOVED in 1.2. * + * If you are a third party developer and you need a quick fix, add + * #define I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS + * to your code. + * * - nenolod, 05/09/2006 */ +#ifndef I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS #pragma GCC poison xmms_cfg_new #pragma GCC poison xmms_cfg_open_file #pragma GCC poison xmms_cfg_write_file @@ -72,6 +77,7 @@ #pragma GCC poison xmms_cfg_write_float #pragma GCC poison xmms_cfg_write_double #pragma GCC poison xmms_cfg_remove_key +#endif #ifdef __cplusplus extern "C" {