diff options
author | jsorg71 <jsorg71> | 2008-05-01 05:54:51 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-05-01 05:54:51 +0000 |
commit | 25af749cb1e52c03f25ee92bf1bbf6c899031b23 (patch) | |
tree | af85276129aa13f362c0632839f82186a0a97780 | |
parent | 16ec0fa7590bc8a21f559ee4cf21581abea5e181 (diff) | |
download | xrdp-proprietary-25af749cb1e52c03f25ee92bf1bbf6c899031b23.tar.gz xrdp-proprietary-25af749cb1e52c03f25ee92bf1bbf6c899031b23.zip |
add thandle
-rw-r--r-- | common/arch.h | 1 |
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; |