mirror of https://github.com/tongzx/nt5src
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
543 B
17 lines
543 B
/************************************************************/
|
|
/* Windows Write, Copyright 1985-1992 Microsoft Corporation */
|
|
/************************************************************/
|
|
|
|
#ifdef SAND
|
|
#define ihszMax 127 /* max fields */
|
|
#else /* not SAND */
|
|
#define ihszMax 255 /* max fields */
|
|
#endif /* not SAND */
|
|
|
|
#define cchMaxMName 128 /* max field name length */
|
|
#define levNil (-1)
|
|
#define cIncludesMax 64 /* max number of nested include files */
|
|
#define typeNumMaxOver10 (214748364L)
|
|
|
|
typedef long typeNum;
|
|
|