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

9 lines
187 B
C

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