blob: b66ab15fc23d02f028588fb35cf4eba7509c2721 [file] [log] [blame]
#ifndef _UINTPTR_T_DEFINED
#ifdef _WIN64
#include <vadefs.h>
#else
typedef unsigned long uintptr_t;
#endif
#define _UINTPTR_T_DEFINED
#endif