mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Build Postbox for macOS
This commit is contained in:
@@ -34,7 +34,11 @@
|
||||
#define SQLITE3_H
|
||||
#include <stdarg.h> /* Needed for the definition of va_list */
|
||||
|
||||
#if TARGET_OS_IOS
|
||||
#include <sqlcipher/sqlcipher_config.h>
|
||||
#else
|
||||
#include <sqlciphermac/sqlcipher_config.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Make sure we can call this stuff from C++.
|
||||
|
||||
@@ -17,7 +17,12 @@
|
||||
*/
|
||||
#ifndef SQLITE3EXT_H
|
||||
#define SQLITE3EXT_H
|
||||
|
||||
#if TARGET_OS_IOS
|
||||
#include <sqlcipher/sqlite3.h>
|
||||
#else
|
||||
#include <sqlciphermac/sqlite3.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
** The following structure holds pointers to all of the SQLite API
|
||||
|
||||
Reference in New Issue
Block a user