1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Make the percential extension easier to incorporate as a built-in on Windows

applications.

FossilOrigin-Name: 831e2be4117dc7f5113f66d3e484ca34e4405444ac7b0def12ee9a00608d40da
This commit is contained in:
drh
2024-09-02 17:27:10 +00:00
parent da52f11250
commit ef7c692baf
3 changed files with 8 additions and 8 deletions

View File

@ -474,7 +474,7 @@ static void percentValue(sqlite3_context *pCtx){
percentCompute(pCtx, 0);
}
#ifdef _WIN32
#if defined(_WIN32) && !defined(SQLITE3_H) && !defined(SQLITE_STATIC_PERCENTILE)
__declspec(dllexport)
#endif
int sqlite3_percentile_init(