comparison libpurple/protocols/oscar/oscar.h @ 30045:07a2ae40ee55

Add LL suffix to 64-bit literal constants. This gets rid of some compile warnings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 26 Mar 2010 03:48:33 +0000
parents 59f4012b2b94
children 70b0f46f2966 1e9f8f54dff4
comparison
equal deleted inserted replaced
30044:41142f2bcafb 30045:07a2ae40ee55
342 OSCAR_DISCONNECT_INVALID_DATA, 342 OSCAR_DISCONNECT_INVALID_DATA,
343 OSCAR_DISCONNECT_COULD_NOT_CONNECT, 343 OSCAR_DISCONNECT_COULD_NOT_CONNECT,
344 OSCAR_DISCONNECT_RETRYING /* peer connections only */ 344 OSCAR_DISCONNECT_RETRYING /* peer connections only */
345 } OscarDisconnectReason; 345 } OscarDisconnectReason;
346 346
347 #define OSCAR_CAPABILITY_BUDDYICON 0x0000000000000001 347 #define OSCAR_CAPABILITY_BUDDYICON 0x0000000000000001LL
348 #define OSCAR_CAPABILITY_TALK 0x0000000000000002 348 #define OSCAR_CAPABILITY_TALK 0x0000000000000002LL
349 #define OSCAR_CAPABILITY_DIRECTIM 0x0000000000000004 349 #define OSCAR_CAPABILITY_DIRECTIM 0x0000000000000004LL
350 #define OSCAR_CAPABILITY_CHAT 0x0000000000000008 350 #define OSCAR_CAPABILITY_CHAT 0x0000000000000008LL
351 #define OSCAR_CAPABILITY_GETFILE 0x0000000000000010 351 #define OSCAR_CAPABILITY_GETFILE 0x0000000000000010LL
352 #define OSCAR_CAPABILITY_SENDFILE 0x0000000000000020 352 #define OSCAR_CAPABILITY_SENDFILE 0x0000000000000020LL
353 #define OSCAR_CAPABILITY_GAMES 0x0000000000000040 353 #define OSCAR_CAPABILITY_GAMES 0x0000000000000040LL
354 #define OSCAR_CAPABILITY_ADDINS 0x0000000000000080 354 #define OSCAR_CAPABILITY_ADDINS 0x0000000000000080LL
355 #define OSCAR_CAPABILITY_SENDBUDDYLIST 0x0000000000000100 355 #define OSCAR_CAPABILITY_SENDBUDDYLIST 0x0000000000000100LL
356 #define OSCAR_CAPABILITY_GAMES2 0x0000000000000200 356 #define OSCAR_CAPABILITY_GAMES2 0x0000000000000200LL
357 #define OSCAR_CAPABILITY_ICQ_DIRECT 0x0000000000000400 357 #define OSCAR_CAPABILITY_ICQ_DIRECT 0x0000000000000400LL
358 #define OSCAR_CAPABILITY_APINFO 0x0000000000000800 358 #define OSCAR_CAPABILITY_APINFO 0x0000000000000800LL
359 #define OSCAR_CAPABILITY_ICQRTF 0x0000000000001000 359 #define OSCAR_CAPABILITY_ICQRTF 0x0000000000001000LL
360 #define OSCAR_CAPABILITY_EMPTY 0x0000000000002000 360 #define OSCAR_CAPABILITY_EMPTY 0x0000000000002000LL
361 #define OSCAR_CAPABILITY_ICQSERVERRELAY 0x0000000000004000 361 #define OSCAR_CAPABILITY_ICQSERVERRELAY 0x0000000000004000LL
362 #define OSCAR_CAPABILITY_UNICODEOLD 0x0000000000008000 362 #define OSCAR_CAPABILITY_UNICODEOLD 0x0000000000008000LL
363 #define OSCAR_CAPABILITY_TRILLIANCRYPT 0x0000000000010000 363 #define OSCAR_CAPABILITY_TRILLIANCRYPT 0x0000000000010000LL
364 #define OSCAR_CAPABILITY_UNICODE 0x0000000000020000 364 #define OSCAR_CAPABILITY_UNICODE 0x0000000000020000LL
365 #define OSCAR_CAPABILITY_INTEROPERATE 0x0000000000040000 365 #define OSCAR_CAPABILITY_INTEROPERATE 0x0000000000040000LL
366 #define OSCAR_CAPABILITY_SHORTCAPS 0x0000000000080000 366 #define OSCAR_CAPABILITY_SHORTCAPS 0x0000000000080000LL
367 #define OSCAR_CAPABILITY_HIPTOP 0x0000000000100000 367 #define OSCAR_CAPABILITY_HIPTOP 0x0000000000100000LL
368 #define OSCAR_CAPABILITY_SECUREIM 0x0000000000200000 368 #define OSCAR_CAPABILITY_SECUREIM 0x0000000000200000LL
369 #define OSCAR_CAPABILITY_SMS 0x0000000000400000 369 #define OSCAR_CAPABILITY_SMS 0x0000000000400000LL
370 #define OSCAR_CAPABILITY_VIDEO 0x0000000000800000 370 #define OSCAR_CAPABILITY_VIDEO 0x0000000000800000LL
371 #define OSCAR_CAPABILITY_ICHATAV 0x0000000001000000 371 #define OSCAR_CAPABILITY_ICHATAV 0x0000000001000000LL
372 #define OSCAR_CAPABILITY_LIVEVIDEO 0x0000000002000000 372 #define OSCAR_CAPABILITY_LIVEVIDEO 0x0000000002000000LL
373 #define OSCAR_CAPABILITY_CAMERA 0x0000000004000000 373 #define OSCAR_CAPABILITY_CAMERA 0x0000000004000000LL
374 #define OSCAR_CAPABILITY_ICHAT_SCREENSHARE 0x0000000008000000 374 #define OSCAR_CAPABILITY_ICHAT_SCREENSHARE 0x0000000008000000LL
375 #define OSCAR_CAPABILITY_TYPING 0x0000000010000000 375 #define OSCAR_CAPABILITY_TYPING 0x0000000010000000LL
376 #define OSCAR_CAPABILITY_NEWCAPS 0x0000000020000000 376 #define OSCAR_CAPABILITY_NEWCAPS 0x0000000020000000LL
377 #define OSCAR_CAPABILITY_XTRAZ 0x0000000040000000 377 #define OSCAR_CAPABILITY_XTRAZ 0x0000000040000000LL
378 #define OSCAR_CAPABILITY_GENERICUNKNOWN 0x0000000080000000 378 #define OSCAR_CAPABILITY_GENERICUNKNOWN 0x0000000080000000LL
379 #define OSCAR_CAPABILITY_LAST 0x0000000100000000 379 #define OSCAR_CAPABILITY_LAST 0x0000000100000000LL
380 380
381 /* 381 /*
382 * Byte Stream type. Sort of. 382 * Byte Stream type. Sort of.
383 * 383 *
384 * Use of this type serves a couple purposes: 384 * Use of this type serves a couple purposes: