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

9 lines
158 B
C

#ifndef PLSCHP_DEFINED
#define PLSCHP_DEFINED
struct lschp;
typedef struct lschp* PLSCHP;
typedef const struct lschp* PCLSCHP;
#endif /* !PLSCHP_DEFINED */