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

9 lines
186 B
C

#ifndef PLSCELL_DEFINED
#define PLSCELL_DEFINED
struct lstextcell;
typedef struct lstextcell* PLSTEXTCELL;
typedef const struct lstextcell* PCLSTEXTCELL;
#endif /* !PLSCELL_DEFINED */