1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

In the Win32 VFS, the winSysInfo variable should be static.

FossilOrigin-Name: 4a4dd371a72b7d475185923bebb4cd9bd83e1bd9
This commit is contained in:
mistachkin
2014-02-05 11:05:47 +00:00
parent e08ecad58a
commit 5dfd3d9080
3 changed files with 9 additions and 9 deletions

View File

@@ -3201,7 +3201,7 @@ static int winDeviceCharacteristics(sqlite3_file *id){
** During sqlite3_os_init() we do a GetSystemInfo()
** to get the granularity size.
*/
SYSTEM_INFO winSysInfo;
static SYSTEM_INFO winSysInfo;
#ifndef SQLITE_OMIT_WAL