warzone2100/lib/sqlite3
Giel van Schijndel 46805bb32f Fix bug #11480:
* Don't call PHYSFS_close if our PHYSFS_file* pointer is NULL


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4895 4a71c877-e1ca-e34f-864e-861f7616d084
2008-05-03 10:17:06 +00:00
..
Makefile.am Strip -Werror from WZ_CFLAGS for sqlite3, since there are far more warnings... 2008-03-10 11:10:35 +00:00
Makefile.raw Add a partially completed SQLite VFS (requires SQLite 3.5+) implementation for PhysicsFS 2008-03-08 14:23:07 +00:00
physfs_vfs.c Fix bug #11480: 2008-05-03 10:17:06 +00:00
physfs_vfs.h Provide two functions (sqlite3_register_physfs_vfs and sqlite3_unregister_physfs_vfs) for registering and unregistering of the PhysicsFS implementation for SQLite's VFS 2008-03-09 17:04:42 +00:00
sqlite3.5.4.diff Rename sqlite3.diff to sqlite3.5.4.diff and update it to be a diff against r3997 2008-03-10 17:00:31 +00:00
sqlite3.c Revert r3997 (we now have the original 3.5.4 in SVN history, at r3997) 2008-03-10 16:57:11 +00:00
sqlite3.h * Add SQLite 3.5.4 to the source tree (3.5.6 gives some warnings @ compile time which I don't trust) 2008-03-02 22:37:25 +00:00
sqlite3.vcproj Reduce amount of junk in the MSVC compilation output by about 70%. 2008-03-23 22:15:28 +00:00
sqlite3ext.h * Add SQLite 3.5.4 to the source tree (3.5.6 gives some warnings @ compile time which I don't trust) 2008-03-02 22:37:25 +00:00