]> git.eshelyaron.com Git - emacs.git/commit
Minor cleanups of sqlite3 code on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2021 09:26:04 +0000 (11:26 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2021 09:26:04 +0000 (11:26 +0200)
commit628306c299923551cdc8cf09c874744ae7b74216
tree375bc58e332676642ea5d8a0c309007cf78586e9
parent6c81683a2791a1a08e4abe9b670f47b2b4037eff
Minor cleanups of sqlite3 code on MS-Windows

* src/sqlite.c (sqlite_loaded_p): Function deleted: not used
anymore.
(init_sqlite_functions) [WINDOWSNT]: Use a static 'bool' variable
to indicate if sqlite3 DLL was successfully loaded.
(Fsqlite_available_p) [WINDOWSNT]: Just call
'init_sqlite_functions' if Vlibrary_cache doesn't mention
'sqlite3'.
src/sqlite.c