1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Work in progress porting lsm1 to Win32.

FossilOrigin-Name: 2017636e93cf810fe4d1247c18de9f316fca037035a026f77c4588563d7bf0cc
This commit is contained in:
mistachkin
2017-06-27 05:59:47 +00:00
parent 4261a4065f
commit 02679b0466
8 changed files with 464 additions and 404 deletions

View File

@ -23,7 +23,11 @@
#include <stdio.h>
#include <ctype.h>
#include <unistd.h>
#ifdef _WIN32
# define snprintf _snprintf
#else
# include <unistd.h>
#endif
#ifdef NDEBUG
# ifdef LSM_DEBUG_EXPENSIVE