Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
739 B

/*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 */