1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Beginnings of rephrasing #if SQLITE_CORE to #ifdef/ifndef for consistency, as discussed in [forum:cea40371c5e34b09 | forum post cea40371c5e34b09].

FossilOrigin-Name: 58d91abf0c5a7712f27783640ef628681de18be5007020d6d8b362dd5a392eda
This commit is contained in:
stephan
2024-10-24 07:44:13 +00:00
parent deb5ad6297
commit 79d3714f24
4 changed files with 14 additions and 11 deletions

View File

@ -4449,7 +4449,7 @@ int sqlite3_rtree_query_callback(
);
}
#if !SQLITE_CORE
#ifndef SQLITE_CORE
#ifdef _WIN32
__declspec(dllexport)
#endif