diff options
author | jsorg71 <jsorg71> | 2009-04-19 20:03:02 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-04-19 20:03:02 +0000 |
commit | 06e40d9304e4f6d330c4b003e3b343b9ce0e44e1 (patch) | |
tree | 46871bae6b5313c4b1692ca4d26f889340c8bf70 /common/arch.h | |
parent | 631a7c16e1f5eec4b4550d3dfbfc85817e593f76 (diff) | |
download | xrdp-proprietary-06e40d9304e4f6d330c4b003e3b343b9ce0e44e1.tar.gz xrdp-proprietary-06e40d9304e4f6d330c4b003e3b343b9ce0e44e1.zip |
add tintptr type
Diffstat (limited to 'common/arch.h')
-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 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; |