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.

15 lines
390 B

  1. #ifndef LSBRJUST_DEFINED
  2. #define LSBRJUST_DEFINED
  3. enum lsbreakjust /* kinds of breaking/justification */
  4. {
  5. lsbrjBreakJustify, /* Regular US */
  6. lsbrjBreakWithCompJustify, /* FE & Newspaper */
  7. lsbrjBreakThenExpand, /* Arabic */
  8. lsbrjBreakThenSqueeze /* Word Perfect */
  9. };
  10. typedef enum lsbreakjust LSBREAKJUST;
  11. #endif /* !LSBRJUST_DEFINED */