diff options
Diffstat (limited to 'sqlite')
| -rw-r--r-- | sqlite/sqlite/sqlite3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sqlite/sqlite/sqlite3.c b/sqlite/sqlite/sqlite3.c index a7bb6243c..971df7461 100644 --- a/sqlite/sqlite/sqlite3.c +++ b/sqlite/sqlite/sqlite3.c @@ -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 |
