同步操作将从 陈炳煌/sqlitebrowser 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#ifndef SQLITE_H#define SQLITE_H#ifdef ENABLE_SQLCIPHER#define SQLITE_TEMP_STORE 2#define SQLITE_HAS_CODEC#ifdef Q_OS_WIN32#include <sqlite3.h>#else#include <sqlcipher/sqlite3.h>#endif#else#include <sqlite3.h>#endif// For older versions of the SQLite library which do not have the SQLITE_DETERMINISTIC flag// yet (which introduced in this commit: https://www.sqlite.org/src/info/5716fc2341ddd8cf), we// define it here with a value of 0. Because it is ORed with other constants a value of 0 is a no-op.#ifndef SQLITE_DETERMINISTIC#define SQLITE_DETERMINISTIC 0#endif#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。