Windows2003-3790/windows/richedit/lsinc/plocchnk.h
2020-09-30 16:53:55 +02:00

9 lines
182 B
C

#ifndef PLOCCHNK_DEFINED
#define PLOCCHNK_DEFINED
struct locchnk;
typedef const struct locchnk* PCLOCCHNK;
typedef struct locchnk* PLOCCHNK;
#endif /* !PLSLOCCH_DEFINED */