diff options
author | jsorg71 <jsorg71> | 2007-09-27 17:24:21 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-09-27 17:24:21 +0000 |
commit | 41254913673f07318811c1cc06e5ee80b19d87fd (patch) | |
tree | d2a444314842a95802949a7013fa6cef5d74c25d /common | |
parent | db2ecb2701f6b96eec566f643107c528a1d23f38 (diff) | |
download | xrdp-proprietary-41254913673f07318811c1cc06e5ee80b19d87fd.tar.gz xrdp-proprietary-41254913673f07318811c1cc06e5ee80b19d87fd.zip |
remove duplicate tbus
Diffstat (limited to 'common')
-rw-r--r-- | common/arch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/arch.h b/common/arch.h index 714f8f59..74789bce 100644 --- a/common/arch.h +++ b/common/arch.h @@ -75,7 +75,6 @@ typedef signed short tsi16; typedef int ti32; typedef unsigned int tui32; typedef signed int tsi32; -typedef long tbus; #if defined(_WIN64) /* Microsoft's VC++ compiler uses the more backwards-compatible LLP64 model. Most other 64 bit compilers(Solaris, AIX, HP, Linux, Mac OS X) use |