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

31 lines
710 B
C
Raw Permalink 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 */
/************************************************************/
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))