]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the shared-library loading routines into the OS portability layer,
authordrh <drh@noemail.net>
Thu, 21 Dec 2006 01:29:22 +0000 (01:29 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Dec 2006 01:29:22 +0000 (01:29 +0000)
commit761df87ea5710a79ee8d79f3393fb9e0de1f99c0
tree1260cd4722ba89bfad3ea4e313b49a6e85ec20ba
parentec4d88fab5663b47ee9d883f1aabda0be1a805c4
Move the shared-library loading routines into the OS portability layer,
thus enabling the os_win.c code to handle the character encoding
confusion of win95/nt/ce.  Ticket #2023. (CVS 3541)

FossilOrigin-Name: a1bcc6de578992b28924c1cf974ea58251454e2d
manifest
manifest.uuid
src/loadext.c
src/os.h
src/os_os2.c
src/os_unix.c
src/os_win.c
src/sqliteInt.h