2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Change #if-ery to be more in line with cmake logic (LINUX = NOT WIN32 AND NOT APPLE)

This commit is contained in:
Ilya Fedin
2023-09-15 09:51:42 +04:00
committed by John Preston
parent c12743925e
commit 7906be37b6
19 changed files with 93 additions and 93 deletions

View File

@@ -76,9 +76,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <QOpenGLWidget>
// Fix Google Breakpad build for Mac App Store and Linux version
#ifdef Q_OS_UNIX
#ifndef Q_OS_WIN
#define __STDC_FORMAT_MACROS
#endif // Q_OS_UNIX
#endif // !Q_OS_WIN
// Remove 'small' macro definition.
#ifdef Q_OS_WIN