Windows2003-3790/windows/richedit/lsinc/plsqin.h
2020-09-30 16:53:55 +02:00

9 lines
166 B
C

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