From 06e40d9304e4f6d330c4b003e3b343b9ce0e44e1 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sun, 19 Apr 2009 20:03:02 +0000 Subject: [PATCH] add tintptr type --- common/arch.h | 1 + 1 file changed, 1 insertion(+) 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;