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.

14 lines
331 B

  1. #ifndef LSHYPH_DEFINED
  2. #define LSHYPH_DEFINED
  3. #include "lsdefs.h"
  4. #include "plshyph.h"
  5. struct lshyph /* Output of pfnHyphenate callback */
  6. {
  7. UINT kysr; /* Kind of Ysr - see "lskysr.h" */
  8. LSCP cpYsr; /* cp value of YSR */
  9. WCHAR wchYsr; /* YSR char code */
  10. };
  11. #endif /* !LSHYPH_DEFINED */