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.
 
 
 
 
 
 

35 lines
728 B

/***********************************************************************
* Microsoft (R) Debugging Information Dumper
*
* Copyright (C) Microsoft Corp 1987-1995. All rights reserved.
*
* File: cvdef.h
*
* File Comments:
*
***********************************************************************/
typedef unsigned char BYTE;
typedef int BOOL;
typedef unsigned short WORD;
typedef unsigned long DWORD;
typedef BYTE uchar;
typedef WORD ushort;
typedef DWORD ulong;
typedef DWORD uoffs32_t;
typedef long offs32_t;
typedef WORD uoffset_t;
typedef short offset_t;
typedef WORD uoff16_t;
typedef short off16_t;
typedef DWORD uoff32_t;
typedef long off32_t;
typedef WORD bool_t;
typedef WORD typ_t;
#define TRUE 1
#define FALSE 0