mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Rely on QT_STRINGIFY instead of custom macro
This commit is contained in:
committed by
John Preston
parent
a814c3f428
commit
f528a240d9
@@ -75,7 +75,7 @@ w/CVnbwQOw0g5GBwwFV3r0uTTvy44xx8XXxk+Qknu4eBCsmrAFNnAgMBAAE=\n\
|
||||
#if defined TDESKTOP_API_ID && defined TDESKTOP_API_HASH
|
||||
|
||||
constexpr auto ApiId = TDESKTOP_API_ID;
|
||||
constexpr auto ApiHash = MACRO_TO_STRING(TDESKTOP_API_HASH);
|
||||
constexpr auto ApiHash = QT_STRINGIFY(TDESKTOP_API_HASH);
|
||||
|
||||
#else // TDESKTOP_API_ID && TDESKTOP_API_HASH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user