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.

16 lines
543 B

  1. /************************************************************/
  2. /* Windows Write, Copyright 1985-1992 Microsoft Corporation */
  3. /************************************************************/
  4. #ifdef SAND
  5. #define ihszMax 127 /* max fields */
  6. #else /* not SAND */
  7. #define ihszMax 255 /* max fields */
  8. #endif /* not SAND */
  9. #define cchMaxMName 128 /* max field name length */
  10. #define levNil (-1)
  11. #define cIncludesMax 64 /* max number of nested include files */
  12. #define typeNumMaxOver10 (214748364L)
  13. typedef long typeNum;
  14.