Mercurial > pidgin
changeset 29470:d780d89dc079
disapproval of revision '03cc34e11e1b18bf814df23432b056322bebca01'
Per conversation in devel@cpi, this still needs to be fixed (it sounds like either a bit-packed structure or a bunch of #defines are the leading "solutions")
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 09 Feb 2010 22:38:47 +0000 |
parents | 3370fc087d6c |
children | 1140ced9b4f6 |
files | libpurple/protocols/oscar/oscar.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h Sun Feb 07 21:51:17 2010 +0000 +++ b/libpurple/protocols/oscar/oscar.h Tue Feb 09 22:38:47 2010 +0000 @@ -378,6 +378,8 @@ OSCAR_CAPABILITY_NEWCAPS = 0x20000000, OSCAR_CAPABILITY_XTRAZ = 0x40000000, OSCAR_CAPABILITY_GENERICUNKNOWN = 0x80000000, +#warning Fix OSCAR_CAPABILITY_LAST situation + // TODO: We're out of bits. Rework things that depend on this or remove some capability. (Or, ensure this is a 64-bit type.) OSCAR_CAPABILITY_LAST = 0x100000000 } OscarCapability;