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