]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For Windows VFS, modified xGetLastError() to call FormatMessage()
authorshane <shane@noemail.net>
Wed, 21 Oct 2009 02:00:47 +0000 (02:00 +0000)
committershane <shane@noemail.net>
Wed, 21 Oct 2009 02:00:47 +0000 (02:00 +0000)
commitea5989276aae181a73687e6198c58af0c99346f6
tree854ade6044fb6271791653d1b038fb5e01798d6a
parent9524f4bf7588f74f24d1265bfd4a7e80542c5230
For Windows VFS, modified xGetLastError() to call FormatMessage()
with the FORMAT_MESSAGE_IGNORE_INSERTS option.  Additionally updated
to ensure strings are returned as UTF8.  Ticket 39c85e8a4e.

FossilOrigin-Name: 761396f8cb79be34853ba698a65af54874c3c10e
18 files changed:
configure [changed mode: 0755->0644]
install-sh [changed mode: 0755->0644]
manifest
manifest.uuid
src/os_win.c
tool/fragck.tcl [changed mode: 0755->0644]
tool/mkopts.tcl [changed mode: 0755->0644]
tool/mkspeedsql.tcl [changed mode: 0755->0644]
tool/mksqlite3c.tcl [changed mode: 0755->0644]
tool/mksqlite3h.tcl [changed mode: 0755->0644]
tool/mksqlite3internalh.tcl [changed mode: 0755->0644]
tool/omittest.tcl [changed mode: 0755->0644]
tool/soak1.tcl [changed mode: 0755->0644]
tool/space_used.tcl [changed mode: 0755->0644]
tool/spaceanal.tcl [changed mode: 0755->0644]
tool/speedtest.tcl [changed mode: 0755->0644]
tool/speedtest2.tcl [changed mode: 0755->0644]
tool/vdbe-compress.tcl [changed mode: 0755->0644]