mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use Q_OS_UNIX instead of Q_OS_LINUX since linux-specific code can be used also on *BSD/Haiku
This commit is contained in:
@@ -79,9 +79,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#endif // OS_MAC_OLD
|
||||
|
||||
// Fix Google Breakpad build for Mac App Store and Linux version
|
||||
#if defined Q_OS_MAC || defined Q_OS_LINUX
|
||||
#ifdef Q_OS_UNIX
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif // Q_OS_MAC || Q_OS_LINUX
|
||||
#endif // Q_OS_UNIX
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
|
Reference in New Issue
Block a user