DJ Anubis  ([EMAIL PROTECTED]) wrote:
 > Le samedi 19 Juin 2004 09:28, Hans-Juergen Taenzer a écrit :

 >> But for example in the interface file sqlite(3).h there is not
 >> made use of this typedef (or INT64_TYPE defined in sqliteInt.h):
 >>
 >> long long int sqlite3_value_int64(sqlite3_value*);

 > try to patch as:

 > INT64_TYPE sqlite3_value_int64(sqlite3_value*);

 > or

 > long long sqlite3_value_int64(sqlite3_value*);

 > if this compiles, propose the typo change as a bug report. This
 > could help improving portability.

I am working on this. What would be the best place for defining the
INT64_TYPE macro (it must be known in sqlite3.h/sqlite.h.in)?

Hans-Jürgen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to