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

9 lines
179 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#ifndef PPOSICHN_DEFINED
#define PPOSICHN_DEFINED
struct posichnk;
typedef const struct posichnk* PCPOSICHNK;
typedef struct posichnk* PPOSICHNK;
#endif /* !PPOSICHN_DEFINED */