Source code of Windows XP (NT5)
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.

17 lines
486 B

  1. //
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. //
  4. #ifndef __PUMSA_H__
  5. #define __PUMSA_H__
  6. /////////////////////////////////////////////////////////////////////////////
  7. // Declaration of PumSa bit information
  8. const BYTE _NOUN = 0x01;
  9. const BYTE _VERB = 0x02;
  10. const BYTE _ALONE = 0x04;
  11. const BYTE _ADJECTIVE = 0x08;
  12. const BYTE _PRONOUN = 0x10;
  13. const BYTE _NUM = 0x20;
  14. #endif