aboutsummaryrefslogtreecommitdiff
path: root/arclib/types.h
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-11-18 23:48:07 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-11-18 23:48:07 +0100
commitd1e063beb43e595680c65e3804d1f8ddff53373b (patch)
treef7256dfe1b807920270ec5113df6f6e4abf1ed0f /arclib/types.h
Imported Debian version 0.3.8.80.3.8.8
Diffstat (limited to 'arclib/types.h')
-rw-r--r--arclib/types.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arclib/types.h b/arclib/types.h
new file mode 100644
index 0000000..6467169
--- /dev/null
+++ b/arclib/types.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright 1999 Silicon Graphics, Inc.
+ */
+#ifndef _TYPES_H_
+#define _TYPES_H_
+
+typedef unsigned short USHORT;
+typedef long LONG;
+typedef unsigned long ULONG;
+typedef void VOID;
+typedef char CHAR;
+typedef unsigned char UCHAR;
+
+#endif /* _TYPES_H_ */