add tintptr type

This commit is contained in:
jsorg71 2009-04-19 20:03:02 +00:00
parent 631a7c16e1
commit 06e40d9304

View File

@ -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;