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

9 lines
164 B
C

#ifndef PLSFRUN_DEFINED
#define PLSFRUN_DEFINED
struct lsfrun;
typedef struct lsfrun* PLSFRUN;
typedef const struct lsfrun* PCLSFRUN;
#endif /* PLSRUN_DEFINED */