mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
refactor and cleanup [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
//! Project version number for sqlcipher.
|
||||
FOUNDATION_EXPORT double sqlcipherVersionNumber;
|
||||
|
||||
@@ -17,11 +17,7 @@
|
||||
** 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
|
||||
|
||||
@@ -34,11 +34,7 @@
|
||||
#define SQLITE3_H
|
||||
#include <stdarg.h> /* Needed for the definition of va_list */
|
||||
|
||||
#if TARGET_OS_OSX
|
||||
#include <sqlciphermac/sqlcipher_config.h>
|
||||
#else
|
||||
#include <sqlcipher/sqlcipher_config.h>
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -18,11 +18,7 @@
|
||||
#ifndef SQLITE3EXT_H
|
||||
#define SQLITE3EXT_H
|
||||
|
||||
#if TARGET_OS_OSX
|
||||
#include <sqlciphermac/sqlite3.h>
|
||||
#else
|
||||
#include <sqlcipher/sqlite3.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
** The following structure holds pointers to all of the SQLite API
|
||||
|
||||
Reference in New Issue
Block a user