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:
@@ -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
|
||||
|
Reference in New Issue
Block a user