/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #include #include #include #include #include #if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) #define OS_MAC_OLD #endif // QT_VERSION < 5.5.0 #include #include #include #include #include #include #include #ifdef Q_OS_WIN #include "platform/win/windows_range_v3_helpers.h" #endif // Q_OS_WIN #include "base/flat_map.h" #include "base/flat_set.h" #include "base/optional.h" #include "base/openssl_help.h" #include "logs.h"