mpir/yasm/Mkfiles/vc10/libyasm-stdint.h

9 lines
149 B
C
Raw Normal View History

2011-12-04 07:01:57 -05:00
#ifndef _UINTPTR_T_DEFINED
#ifdef _WIN64
#include <vadefs.h>
#else
typedef unsigned long uintptr_t;
#endif
#define _UINTPTR_T_DEFINED
#endif