# HG changeset patch # User Sadrul Habib Chowdhury # Date 1269575313 0 # Node ID 07a2ae40ee557d79f22edfce97d203060e56d111 # Parent 41142f2bcafb2064f30c3e0c17290b849079af0c Add LL suffix to 64-bit literal constants. This gets rid of some compile warnings. diff -r 41142f2bcafb -r 07a2ae40ee55 libpurple/protocols/oscar/oscar.h --- a/libpurple/protocols/oscar/oscar.h Fri Mar 26 03:37:11 2010 +0000 +++ b/libpurple/protocols/oscar/oscar.h Fri Mar 26 03:48:33 2010 +0000 @@ -344,39 +344,39 @@ OSCAR_DISCONNECT_RETRYING /* peer connections only */ } OscarDisconnectReason; -#define OSCAR_CAPABILITY_BUDDYICON 0x0000000000000001 -#define OSCAR_CAPABILITY_TALK 0x0000000000000002 -#define OSCAR_CAPABILITY_DIRECTIM 0x0000000000000004 -#define OSCAR_CAPABILITY_CHAT 0x0000000000000008 -#define OSCAR_CAPABILITY_GETFILE 0x0000000000000010 -#define OSCAR_CAPABILITY_SENDFILE 0x0000000000000020 -#define OSCAR_CAPABILITY_GAMES 0x0000000000000040 -#define OSCAR_CAPABILITY_ADDINS 0x0000000000000080 -#define OSCAR_CAPABILITY_SENDBUDDYLIST 0x0000000000000100 -#define OSCAR_CAPABILITY_GAMES2 0x0000000000000200 -#define OSCAR_CAPABILITY_ICQ_DIRECT 0x0000000000000400 -#define OSCAR_CAPABILITY_APINFO 0x0000000000000800 -#define OSCAR_CAPABILITY_ICQRTF 0x0000000000001000 -#define OSCAR_CAPABILITY_EMPTY 0x0000000000002000 -#define OSCAR_CAPABILITY_ICQSERVERRELAY 0x0000000000004000 -#define OSCAR_CAPABILITY_UNICODEOLD 0x0000000000008000 -#define OSCAR_CAPABILITY_TRILLIANCRYPT 0x0000000000010000 -#define OSCAR_CAPABILITY_UNICODE 0x0000000000020000 -#define OSCAR_CAPABILITY_INTEROPERATE 0x0000000000040000 -#define OSCAR_CAPABILITY_SHORTCAPS 0x0000000000080000 -#define OSCAR_CAPABILITY_HIPTOP 0x0000000000100000 -#define OSCAR_CAPABILITY_SECUREIM 0x0000000000200000 -#define OSCAR_CAPABILITY_SMS 0x0000000000400000 -#define OSCAR_CAPABILITY_VIDEO 0x0000000000800000 -#define OSCAR_CAPABILITY_ICHATAV 0x0000000001000000 -#define OSCAR_CAPABILITY_LIVEVIDEO 0x0000000002000000 -#define OSCAR_CAPABILITY_CAMERA 0x0000000004000000 -#define OSCAR_CAPABILITY_ICHAT_SCREENSHARE 0x0000000008000000 -#define OSCAR_CAPABILITY_TYPING 0x0000000010000000 -#define OSCAR_CAPABILITY_NEWCAPS 0x0000000020000000 -#define OSCAR_CAPABILITY_XTRAZ 0x0000000040000000 -#define OSCAR_CAPABILITY_GENERICUNKNOWN 0x0000000080000000 -#define OSCAR_CAPABILITY_LAST 0x0000000100000000 +#define OSCAR_CAPABILITY_BUDDYICON 0x0000000000000001LL +#define OSCAR_CAPABILITY_TALK 0x0000000000000002LL +#define OSCAR_CAPABILITY_DIRECTIM 0x0000000000000004LL +#define OSCAR_CAPABILITY_CHAT 0x0000000000000008LL +#define OSCAR_CAPABILITY_GETFILE 0x0000000000000010LL +#define OSCAR_CAPABILITY_SENDFILE 0x0000000000000020LL +#define OSCAR_CAPABILITY_GAMES 0x0000000000000040LL +#define OSCAR_CAPABILITY_ADDINS 0x0000000000000080LL +#define OSCAR_CAPABILITY_SENDBUDDYLIST 0x0000000000000100LL +#define OSCAR_CAPABILITY_GAMES2 0x0000000000000200LL +#define OSCAR_CAPABILITY_ICQ_DIRECT 0x0000000000000400LL +#define OSCAR_CAPABILITY_APINFO 0x0000000000000800LL +#define OSCAR_CAPABILITY_ICQRTF 0x0000000000001000LL +#define OSCAR_CAPABILITY_EMPTY 0x0000000000002000LL +#define OSCAR_CAPABILITY_ICQSERVERRELAY 0x0000000000004000LL +#define OSCAR_CAPABILITY_UNICODEOLD 0x0000000000008000LL +#define OSCAR_CAPABILITY_TRILLIANCRYPT 0x0000000000010000LL +#define OSCAR_CAPABILITY_UNICODE 0x0000000000020000LL +#define OSCAR_CAPABILITY_INTEROPERATE 0x0000000000040000LL +#define OSCAR_CAPABILITY_SHORTCAPS 0x0000000000080000LL +#define OSCAR_CAPABILITY_HIPTOP 0x0000000000100000LL +#define OSCAR_CAPABILITY_SECUREIM 0x0000000000200000LL +#define OSCAR_CAPABILITY_SMS 0x0000000000400000LL +#define OSCAR_CAPABILITY_VIDEO 0x0000000000800000LL +#define OSCAR_CAPABILITY_ICHATAV 0x0000000001000000LL +#define OSCAR_CAPABILITY_LIVEVIDEO 0x0000000002000000LL +#define OSCAR_CAPABILITY_CAMERA 0x0000000004000000LL +#define OSCAR_CAPABILITY_ICHAT_SCREENSHARE 0x0000000008000000LL +#define OSCAR_CAPABILITY_TYPING 0x0000000010000000LL +#define OSCAR_CAPABILITY_NEWCAPS 0x0000000020000000LL +#define OSCAR_CAPABILITY_XTRAZ 0x0000000040000000LL +#define OSCAR_CAPABILITY_GENERICUNKNOWN 0x0000000080000000LL +#define OSCAR_CAPABILITY_LAST 0x0000000100000000LL /* * Byte Stream type. Sort of.