WindowsXP-SP1/windows/richedit/lsinc/plshyph.h
2020-09-30 16:53:49 +02:00

9 lines
174 B
C

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