mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-30 18:00:34 +00:00
Build Postbox for macOS
This commit is contained in:
@@ -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