summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2010-02-09 22:38:47 +0000
committerPaul Aurich <darkrain42@pidgin.im>2010-02-09 22:38:47 +0000
commita96437a7f15e6ec27e83f124292e0bbb89c414a4 (patch)
treedd858ebf3a41116d58279fa6da259cbd60546a24
parent3c1a9d29d5b2a5769d99d9def0e064a33c92ccfe (diff)
downloadpidgin-a96437a7f15e6ec27e83f124292e0bbb89c414a4.tar.gz
disapproval of revision 'db14b022a34677416c5fd208a092d1c99f971e1d'
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")
-rw-r--r--libpurple/protocols/oscar/oscar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/protocols/oscar/oscar.h b/libpurple/protocols/oscar/oscar.h
index 461feb6ffd..561b98c0bc 100644
--- a/libpurple/protocols/oscar/oscar.h
+++ b/libpurple/protocols/oscar/oscar.h
@@ -378,6 +378,8 @@ typedef enum
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;