mpir/yasm/Mkfiles/vc10/libyasm-stdint.h
2012-11-25 22:33:07 +00:00

9 lines
141 B
C

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