summaryrefslogtreecommitdiff
path: root/Mkfiles/vc9/libyasm-stdint.h
blob: fed61b337bdb66d8371c135034dd996fa6779331 (plain)
1
2
3
4
5
6
7
8
#ifndef _UINTPTR_T_DEFINED
#ifdef _WIN64
#include <vadefs.h>
#else
typedef unsigned long uintptr_t;
#endif
#define _UINTPTR_T_DEFINED
#endif