]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the build of the command-line shell on windows. Windows uses "_pclose"
authordrh <drh@noemail.net>
Sat, 29 Jun 2013 15:40:22 +0000 (15:40 +0000)
committerdrh <drh@noemail.net>
Sat, 29 Jun 2013 15:40:22 +0000 (15:40 +0000)
commit12cd6cfd6ec05da5d4b9135d17e868e501150222
tree286805ccbdf4880fc0abf11b969d9fc0a9504e96
parent8d56e2059c81a9e415876d174f1928a0a26a6091
Fix the build of the command-line shell on windows.  Windows uses "_pclose"
rather than "pclose" as the pointer to the function that closes a popen pipe.

FossilOrigin-Name: b003b2b2b6ddbfc6ec508b47904e6d095c5f6940
manifest
manifest.uuid
src/shell.c