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.
31 lines
710 B
31 lines
710 B
/************************************************************/
|
|
/* Windows Write, Copyright 1985-1992 Microsoft Corporation */
|
|
/************************************************************/
|
|
|
|
struct IFI
|
|
{
|
|
int xp;
|
|
int xpLeft;
|
|
int xpRight;
|
|
int xpReal;
|
|
int xpPr;
|
|
int xpPrRight;
|
|
int ich;
|
|
int ichLeft;
|
|
int ichPrev;
|
|
int ichFetch;
|
|
int dypLineSize;
|
|
int cchSpace;
|
|
int cBreak;
|
|
int chBreak;
|
|
int jc;
|
|
|
|
#ifdef CASHMERE
|
|
int tlc;
|
|
#endif /* CASHMERE */
|
|
|
|
int fPrevSpace;
|
|
};
|
|
|
|
#define cwIFI (sizeof (struct IFI) / sizeof (int))
|
|
|