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

9 lines
158 B
C

#ifndef PLSQIN_DEFINED
#define PLSQIN_DEFINED
struct lsqin;
typedef struct lsqin* PLSQIN;
typedef const struct lsqin* PCLSQIN;
#endif /* !PLSQIN_DEFINED */