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

9 lines
194 B
C

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