]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add compile-time define to indicate if the VFS supports the concept of a current...
authormistachkin <mistachkin@noemail.net>
Mon, 5 Mar 2012 22:52:33 +0000 (22:52 +0000)
committermistachkin <mistachkin@noemail.net>
Mon, 5 Mar 2012 22:52:33 +0000 (22:52 +0000)
commitc548465435e99d17659005308e664db4c7a65122
treefd1e902d2969ad023f1439d55817dd46671302ad
parent9668e24e62f095eeba92c1189cbc9594b2d60984
Add compile-time define to indicate if the VFS supports the concept of a current directory (as WinCE and WinRT do not).  Avoid using the GetTempPath and GetFullPathName APIs on WinRT.  Some tests still need adjustments.

FossilOrigin-Name: 86c049a171acc3f4a43771f3e7176a90210d7799
manifest
manifest.uuid
src/ctime.c
src/os.h
src/os_win.c
src/test_config.c
test/misc1.test
test/pager1.test
test/tester.tcl
test/wal.test