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

9 lines
172 B
C

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