SQLite

Check-in [a1bcc6de57]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment: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)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a1bcc6de578992b28924c1cf974ea58251454e2d
User & Date: drh 2006-12-21 01:29:23.000
Context
2006-12-21
01:37
Reduce the number of utf8->unicode conversions required in wince. Ticket #2122 (CVS 3542) (check-in: 6d2ff0962d user: drh tags: trunk)
01:29
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) (check-in: a1bcc6de57 user: drh tags: trunk)
00:46
Change a parameter type from "int" to "DWORD" in the windows interface. Ticket #2122. (CVS 3540) (check-in: cca1eb3dfa user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/loadext.c.
Changes to src/os.h.
Changes to src/os_os2.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/sqliteInt.h.