windows-nt/Source/XPSP1/NT/base/mvdm/wow16/write/ffdefs.h

31 lines
710 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/************************************************************/
/* 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))