15 lines
331 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef LSHYPH_DEFINED
#define LSHYPH_DEFINED
#include "lsdefs.h"
#include "plshyph.h"
struct lshyph /* Output of pfnHyphenate callback */
{
UINT kysr; /* Kind of Ysr - see "lskysr.h" */
LSCP cpYsr; /* cp value of YSR */
WCHAR wchYsr; /* YSR char code */
};
#endif /* !LSHYPH_DEFINED */