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.

30 lines
740 B

  1. /************************************************************/
  2. /* Windows Write, Copyright 1985-1992 Microsoft Corporation */
  3. /************************************************************/
  4. struct IFI
  5. {
  6. int xp;
  7. int xpLeft;
  8. int xpRight;
  9. int xpReal;
  10. int xpPr;
  11. int xpPrRight;
  12. int ich;
  13. int ichLeft;
  14. int ichPrev;
  15. int ichFetch;
  16. int dypLineSize;
  17. int cchSpace;
  18. int cBreak;
  19. int chBreak;
  20. int jc;
  21. #ifdef CASHMERE
  22. int tlc;
  23. #endif /* CASHMERE */
  24. int fPrevSpace;
  25. };
  26. #define cwIFI (sizeof (struct IFI) / sizeof (int))
  27.