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

9 lines
179 B
C

#ifndef PPOSICHN_DEFINED
#define PPOSICHN_DEFINED
struct posichnk;
typedef const struct posichnk* PCPOSICHNK;
typedef struct posichnk* PPOSICHNK;
#endif /* !PPOSICHN_DEFINED */