]> git.eshelyaron.com Git - emacs.git/commit
Fix warnings in sqlite.c in the MS-Windows build
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Nov 2022 12:28:53 +0000 (14:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Nov 2022 12:28:53 +0000 (14:28 +0200)
commitae497d75f74f7ef0830f6cb760fa786a589e290d
tree7135d97224fc64ccbb787308f884670658fa7d30
parente275dd289437547414b22cda3227305fb6a85854
Fix warnings in sqlite.c in the MS-Windows build

* src/sqlite.c (sqlite3_errstr) [WINDOWSNT]: Define and load from
the DLL only if the SQLite3 version is at least 3.7.15.
(sqlite_prepare_errdata) [SQLITE_VERSION_NUMBER >= 3007015]: Use
the original code if sqlite3_errstr is available.
src/sqlite.c