Fix SQLCipher amalgamation building in Cygwin.

GitOrigin-RevId: 82d0f8e58e60c4e099d9330b473caf6c9c1ed22d
This commit is contained in:
levlam 2019-04-29 05:22:17 +03:00
parent 24145ff7ba
commit a33a620fd1
1 changed files with 2 additions and 0 deletions

View File

@ -27197,6 +27197,8 @@ SQLITE_API extern int sqlite3_open_file_count;
/* #include "windows.h" */
#ifdef __CYGWIN__
# define NOCRYPT
# include <windows.h>
# include <sys/cygwin.h>
# include <errno.h> /* amalgamator: dontcache */
#endif