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.

-- 
JCR
aka DJ Anubis
LAB Project Initiator & coordinator

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

Reply via email to