windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/plshyph.h
2020-09-26 16:20:57 +08:00

9 lines
166 B
C

#ifndef PLSHYPH_DEFINED
#define PLSHYPH_DEFINED
struct lshyph;
typedef struct lshyph* PLSHYPH;
typedef const struct lshyph* PCLSHYPH;
#endif /* !PLSHYPH_DEFINED */