summaryrefslogtreecommitdiff
path: root/Mkfiles/vc15/libyasm-stdint.h
blob: b66ab15fc23d02f028588fb35cf4eba7509c2721 (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