mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
4 lines
98 B
C
4 lines
98 B
C
#ifndef _UINTPTR_T_DEFINED
|
|
typedef unsigned long uintptr_t;
|
|
#define _UINTPTR_T_DEFINED
|
|
#endif
|