From 25af749cb1e52c03f25ee92bf1bbf6c899031b23 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Thu, 1 May 2008 05:54:51 +0000 Subject: add thandle --- common/arch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/arch.h b/common/arch.h index c770ae02..ec16bd76 100644 --- a/common/arch.h +++ b/common/arch.h @@ -89,6 +89,7 @@ typedef __int64 tbus; #else typedef long tbus; #endif +typedef tbus thandle; /* wide char, socket */ #if defined(_WIN32) typedef unsigned short twchar; -- cgit v1.2.1