aboutsummaryrefslogtreecommitdiff
path: root/arclib/types.h
diff options
context:
space:
mode:
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_ */