windows-nt/Source/XPSP1/NT/base/mvdm/wow16/write/mergedef.h
2020-09-26 16:20:57 +08:00

17 lines
543 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/************************************************************/
/* 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;