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

8 lines
149 B
C

#ifndef _UINTPTR_T_DEFINED
#ifdef _WIN64
#include <vadefs.h>
#else
typedef unsigned long uintptr_t;
#endif
#define _UINTPTR_T_DEFINED
#endif