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

10 lines
166 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef PLSTABS_DEFINED
#define PLSTABS_DEFINED
struct lstabs;
typedef struct lstabs* PLSTABS;
typedef const struct lstabs* PCLSTABS;
#endif /* PLSTABS_DEFINED */