diff options
| author | levlam <levlam@telegram.org> | 2019-04-29 05:22:17 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2019-04-29 05:22:17 +0300 |
| commit | a33a620fd114f8448ea2629f4046f11d54a21943 (patch) | |
| tree | ef383fc204102464931c68bffbcc445bae5f3b96 /sqlite | |
| parent | 24145ff7ba8dc32c5652bb03546956dfe7f8eae8 (diff) | |
Fix SQLCipher amalgamation building in Cygwin.
GitOrigin-RevId: 82d0f8e58e60c4e099d9330b473caf6c9c1ed22d
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 |
