diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-01-12 12:09:34 -0800 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-01-12 12:09:34 -0800 |
commit | b25eebff774d20e2009aa2d6a55607537c98fdcb (patch) | |
tree | 70202ecafe96803136c5410133c59cecfb37ce3a | |
parent | 82b7ccae96b08d54e81d62c2f31525c9d7773f24 (diff) | |
parent | ff12a1d7990cdd7460012b036797e1a872abfb45 (diff) | |
download | xrdp-proprietary-b25eebff774d20e2009aa2d6a55607537c98fdcb.tar.gz xrdp-proprietary-b25eebff774d20e2009aa2d6a55607537c98fdcb.zip |
Merge branch 'master' of github.com:neutrinolabs/xrdp
-rw-r--r-- | common/arch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/arch.h b/common/arch.h index 988153c2..b4eb4719 100644 --- a/common/arch.h +++ b/common/arch.h @@ -79,6 +79,7 @@ typedef signed short tsi16; typedef int ti32; typedef unsigned int tui32; typedef signed int tsi32; +typedef int tbool; #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 @@ -102,6 +103,6 @@ typedef int tsock; typedef unsigned long long tui64; typedef signed long long tsi64; #endif -#endif +#endif /* DEFINED_Ts */ #endif |