Telegram-iOS/third-party/yasm/yasm-1.3.0/Mkfiles/dj/libyasm-stdint.h
2025-11-17 23:16:39 +08:00

4 lines
98 B
C

#ifndef _UINTPTR_T_DEFINED
typedef unsigned long uintptr_t;
#define _UINTPTR_T_DEFINED
#endif