summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-05-01 05:54:51 +0000
committerjsorg71 <jsorg71>2008-05-01 05:54:51 +0000
commit25af749cb1e52c03f25ee92bf1bbf6c899031b23 (patch)
treeaf85276129aa13f362c0632839f82186a0a97780 /common
parent16ec0fa7590bc8a21f559ee4cf21581abea5e181 (diff)
downloadxrdp-proprietary-25af749cb1e52c03f25ee92bf1bbf6c899031b23.tar.gz
xrdp-proprietary-25af749cb1e52c03f25ee92bf1bbf6c899031b23.zip
add thandle
Diffstat (limited to 'common')
-rw-r--r--common/arch.h1
1 files changed, 1 insertions, 0 deletions
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;