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

9 lines
186 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef PLSCELL_DEFINED
#define PLSCELL_DEFINED
struct lstextcell;
typedef struct lstextcell* PLSTEXTCELL;
typedef const struct lstextcell* PCLSTEXTCELL;
#endif /* !PLSCELL_DEFINED */