David wrote:
Il giorno lun, 09/06/2008 alle 13.58 +0200, Vadim Lebedev ha scritto:
You should put this #if / #endif  around the defintion of int64_t


Vadim

Sorry, Vadim, but i'm not C or C++ programmer, i'm a simple a Gnu/linux User.

You can show me exactly how should it be written syntax at this point:


typedef unsigned   uint32_t;
#if __WORDSIZE == 32
typedef long long  int64_t; //     <------ around here, but how ?
#endif
typedef unsigned long long   uint64_t;


by adding those lines?

Thanks
David

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

Reply via email to