- modules refactor [skip ci]

This commit is contained in:
overtake
2019-08-16 16:48:30 +03:00
parent fc4eb6cd9f
commit 02f8707397
12 changed files with 2174 additions and 4 deletions

View File

@@ -17,8 +17,11 @@
** language. The code for the "sqlite3" command-line shell is also in a
** separate file. This file contains only code for the core SQLite library.
*/
#if TARGET_OS_IOS
#include <sqlcipher/sqlcipher_config.h>
#else
#include <sqlciphermac/sqlcipher_config.h>
#endif
#define SQLITE_CORE 1
#define SQLITE_AMALGAMATION 1
#ifndef SQLITE_PRIVATE