--- Liam Healy <[EMAIL PROTECTED]> wrote:
> Thanks for the tip Joe.  With sqlite3.h included, I can eliminate os.h and
> vdbeInt.h, but not sqliteInt.h.  Apparently sqliteInt.h is not included by
> sqlite3.h, and there are typedefs there that are needed.

It would be nice if people could use the extension functions with
the amalgamation, consisting of just sqlite3.h and sqlite3.c. 
If you use sqliteInt.h, they can't do that.

Why not just repeat the typdefs for u8, etc, in your module?



       
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to