mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Module refactoring
This commit is contained in:
5
submodules/RMIntro/Sources/platform/common/platform_macros.h
Executable file
5
submodules/RMIntro/Sources/platform/common/platform_macros.h
Executable file
@@ -0,0 +1,5 @@
|
||||
#if defined(__GNUC__)
|
||||
#define PRINTF_ATTRIBUTE(format_pos, arg_pos) __attribute__((format(printf, format_pos, arg_pos)))
|
||||
#else
|
||||
#define PRINTF_ATTRIBUTE(format_pos, arg_pos)
|
||||
#endif
|
||||
Reference in New Issue
Block a user