]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For CLI shell and other utilities, optionally avoid C runtime file I/O on Windows...
authorlarrybr <larrybr@noemail.net>
Wed, 10 Jan 2024 05:52:02 +0000 (05:52 +0000)
committerlarrybr <larrybr@noemail.net>
Wed, 10 Jan 2024 05:52:02 +0000 (05:52 +0000)
commit20728a599e52fecad15f6e2d8658ec47f38d0225
tree3ae685cb81122812a37f4d4c8ce125e639aca249
parentff6905a1a54d648834c5f9e1f548f3d0b32d2b2d
For CLI shell and other utilities, optionally avoid C runtime file I/O on Windows in favor of WIN32 calls, while nominally preserving FILE* API interfaces. (a WIP, awaiting build and testing)

FossilOrigin-Name: 6be68be17927e72b1f1c4b93e781b7e9235876b3ad9512fe168e5b9d0b7b763a
ext/consio/console_io.c
ext/consio/console_io.h
manifest
manifest.uuid
src/shell.c.in