1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Initial work on porting lsmtest to Win32.

FossilOrigin-Name: 7e669d9bfab237ff7ece821cf95cfd3bb753b1882b9a86044b7d4579808aecf4
This commit is contained in:
mistachkin
2017-06-27 22:27:54 +00:00
parent 59b1dd3830
commit b5fdc26c21
13 changed files with 94 additions and 28 deletions

View File

@ -24,7 +24,9 @@
#include <ctype.h>
#ifdef _WIN32
# define snprintf _snprintf
# ifdef _MSC_VER
# define snprintf _snprintf
# endif
#else
# include <unistd.h>
#endif