summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/arch.h b/common/arch.h
index df9a49be..d8d6bc40 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -90,6 +90,7 @@ typedef __int64 tbus;
typedef long tbus;
#endif
typedef tbus thandle;
+typedef tbus tintptr;
/* wide char, socket */
#if defined(_WIN32)
typedef unsigned short twchar;