summaryrefslogtreecommitdiffstats
path: root/private/os2/ldr/os2defp.h
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/os2/ldr/os2defp.h
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/os2/ldr/os2defp.h')
-rw-r--r--private/os2/ldr/os2defp.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/private/os2/ldr/os2defp.h b/private/os2/ldr/os2defp.h
new file mode 100644
index 000000000..fc727553e
--- /dev/null
+++ b/private/os2/ldr/os2defp.h
@@ -0,0 +1,30 @@
+/*static char *SCCSID = "@(#)os2defp.h 6.1 90/11/15";*/
+/*static char *SCCSID = "@(#)os2defp.h 13.6 90/08/28";*/
+/***************************************************************************\
+*
+* Module Name: OS2DEFP.H
+*
+* OS/2 Private common definitions include file
+*
+* Copyright (c) 1987 Microsoft Corporation
+*
+\***************************************************************************/
+
+typedef unsigned long ulong_t;
+typedef unsigned short ushort_t;
+typedef unsigned char uchar_t;
+typedef unsigned long vaddr_t;
+
+/* XLATOFF */
+typedef unsigned long dword;
+typedef unsigned short word;
+typedef unsigned char byte;
+
+typedef unsigned long DWORD;
+typedef unsigned short WORD;
+
+/* XLATON */
+
+typedef unsigned short SEL;
+
+/* XLATOFF */