]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the extension auto-loading mechanism work with the __stdcall calling convention...
authormistachkin <mistachkin@noemail.net>
Thu, 28 Jul 2016 22:23:26 +0000 (22:23 +0000)
committermistachkin <mistachkin@noemail.net>
Thu, 28 Jul 2016 22:23:26 +0000 (22:23 +0000)
commit44e95d4f028e537c411e746e312af658b6153dff
tree6fabb448d52232a079edcf429133a499a0b851df
parente37f7397c97c75bc9c124564568f12253ee4533d
Make the extension auto-loading mechanism work with the __stdcall calling convention.  Also, fix a couple Tcl command calling conventions missed in the previous check-in.

FossilOrigin-Name: 3ea567c4b07b2a7a027b9b5cb8250ab687803698
12 files changed:
Makefile.msc
ext/misc/vfsstat.c
manifest
manifest.uuid
src/loadext.c
src/sqlite.h.in
src/sqlite3ext.h
src/tclsqlite.c
src/test_autoext.c
src/test_func.c
src/test_multiplex.c
src/test_thread.c