summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mkfiles/vc14/libyasm-stdint.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mkfiles/vc14/libyasm-stdint.h b/Mkfiles/vc14/libyasm-stdint.h
new file mode 100644
index 00000000..b66ab15f
--- /dev/null
+++ b/Mkfiles/vc14/libyasm-stdint.h
@@ -0,0 +1,8 @@
+#ifndef _UINTPTR_T_DEFINED
+#ifdef _WIN64
+#include <vadefs.h>
+#else
+typedef unsigned long uintptr_t;
+#endif
+#define _UINTPTR_T_DEFINED
+#endif