David wrote:
Yes, sorry for my quick reply, infact i solved with:

#if __WORDSIZE == 32
typedef long long  int64_t;
#endif
#if __WORDSIZE == 32
typedef unsigned long long   uint64_t;
#endif

#if __WORDSIZE == 32
typedef long long  int64_t;
typedef unsigned long long   uint64_t;
#endif

Would be better

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to