Leaked source code of windows server 2003
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

  1. /***************************************************************************
  2. Name : TIPES.H
  3. Comment : Basic type definitions and universal manifest constants
  4. for T30 driver and associated code.
  5. Copyright (c) Microsoft Corp. 1991, 1992, 1993
  6. Revision Log
  7. Num Date Name Description
  8. --- -------- ---------- -----------------------------------------------
  9. 101 06/02/92 arulm Changed all type names to upper case. Here and in code
  10. ***************************************************************************/
  11. #include <string.h>
  12. typedef unsigned short UWORD;
  13. typedef signed short SWORD;
  14. typedef signed long SLONG;
  15. typedef BYTE* LPB;
  16. typedef UWORD* LPUWORD;
  17. typedef SWORD* LPSWORD;