2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

comments show-hide in channels

This commit is contained in:
John Preston
2015-09-19 12:13:21 +03:00
parent ab7a745a49
commit 56a63a5b10
28 changed files with 1762 additions and 738 deletions

View File

@@ -28,6 +28,8 @@ typedef quint32 uint32;
typedef qint64 int64;
typedef quint64 uint64;
static const int32 ScrollMax = INT_MAX;
#ifdef Q_OS_WIN
typedef float float32;
typedef double float64;