windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/plschp.h

9 lines
158 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef PLSCHP_DEFINED
#define PLSCHP_DEFINED
struct lschp;
typedef struct lschp* PLSCHP;
typedef const struct lschp* PCLSCHP;
#endif /* !PLSCHP_DEFINED */