Leaked source code of windows server 2003
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.
|
|
/************************************************************/ /* 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))
|