summaryrefslogtreecommitdiffstats
path: root/common/arch.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-11-08 11:21:23 -0800
committerJay Sorg <jay.sorg@gmail.com>2013-11-08 11:21:23 -0800
commit4f45b4c06585fab6e7123ef88ec7bda9288f5d46 (patch)
treeb6896b524a34338a1338499d3ed4f87264484fe7 /common/arch.h
parenta836aa55cb73c71b839ab5034e81480f6fe5bd70 (diff)
downloadxrdp-proprietary-4f45b4c06585fab6e7123ef88ec7bda9288f5d46.tar.gz
xrdp-proprietary-4f45b4c06585fab6e7123ef88ec7bda9288f5d46.zip
added define for common types
Diffstat (limited to 'common/arch.h')
-rw-r--r--common/arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/arch.h b/common/arch.h
index 6a29b0a9..fe5736db 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -62,6 +62,8 @@
#define EXPORT_CC
#endif
+#ifndef DEFINED_Ts
+#define DEFINED_Ts
typedef char ti8;
typedef unsigned char tui8;
typedef signed char tsi8;
@@ -94,5 +96,6 @@ typedef int tsock;
typedef unsigned long long tui64;
typedef signed long long tsi64;
#endif
+#endif
#endif