mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 21:52:51 -06:00
fix the compilation of sqlite3Btree.c on Windows
This commit is contained in:
@@ -20751,7 +20751,7 @@ static int winFileControl(sqlite3_file *id, int op, void *pArg){
|
|||||||
OSTRACE(("FCNTL file=%p, rc=SQLITE_OK\n", pFile->h));
|
OSTRACE(("FCNTL file=%p, rc=SQLITE_OK\n", pFile->h));
|
||||||
return SQLITE_OK;
|
return SQLITE_OK;
|
||||||
}
|
}
|
||||||
case SQLITE_LAST_ERRNO: {
|
case SQLITE_FCNTL_LAST_ERRNO: {
|
||||||
*(int*)pArg = (int)pFile->lastErrno;
|
*(int*)pArg = (int)pFile->lastErrno;
|
||||||
OSTRACE(("FCNTL file=%p, rc=SQLITE_OK\n", pFile->h));
|
OSTRACE(("FCNTL file=%p, rc=SQLITE_OK\n", pFile->h));
|
||||||
return SQLITE_OK;
|
return SQLITE_OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user