diff options
Diffstat (limited to 'src/os_win.c')
-rw-r--r-- | src/os_win.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_win.c b/src/os_win.c index 4d19e57a3..c8768339c 100644 --- a/src/os_win.c +++ b/src/os_win.c @@ -2766,6 +2766,8 @@ int sqlite3_os_init(void){ winGetLastError, /* xGetLastError */ winCurrentTimeInt64, /* xCurrentTimeInt64 */ 0, /* xSetSystemCall */ + 0, /* xGetSystemCall */ + 0, /* xNextSystemCall */ }; #ifndef SQLITE_OMIT_WAL |