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.
27 lines
747 B
27 lines
747 B
|
|
/***************************************************************************
|
|
Name : TIPES.H
|
|
Comment : Basic type definitions and universal manifest constants
|
|
for T30 driver and associated code.
|
|
|
|
Copyright (c) Microsoft Corp. 1991, 1992, 1993
|
|
|
|
Revision Log
|
|
Num Date Name Description
|
|
--- -------- ---------- -----------------------------------------------
|
|
101 06/02/92 arulm Changed all type names to upper case. Here and in code
|
|
***************************************************************************/
|
|
|
|
|
|
#include <string.h>
|
|
|
|
typedef unsigned short UWORD;
|
|
typedef signed short SWORD;
|
|
typedef signed long SLONG;
|
|
|
|
typedef BYTE* LPB;
|
|
typedef UWORD* LPUWORD;
|
|
typedef SWORD* LPSWORD;
|
|
|
|
|
|
|