Fix SQLCipher amalgamation building in Cygwin.
GitOrigin-RevId: 82d0f8e58e60c4e099d9330b473caf6c9c1ed22d
This commit is contained in:
parent
24145ff7ba
commit
a33a620fd1
2
sqlite/sqlite/sqlite3.c
vendored
2
sqlite/sqlite/sqlite3.c
vendored
@ -27197,6 +27197,8 @@ SQLITE_API extern int sqlite3_open_file_count;
|
|||||||
/* #include "windows.h" */
|
/* #include "windows.h" */
|
||||||
|
|
||||||
#ifdef __CYGWIN__
|
#ifdef __CYGWIN__
|
||||||
|
# define NOCRYPT
|
||||||
|
# include <windows.h>
|
||||||
# include <sys/cygwin.h>
|
# include <sys/cygwin.h>
|
||||||
# include <errno.h> /* amalgamator: dontcache */
|
# include <errno.h> /* amalgamator: dontcache */
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user