mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
- modules refactor [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user