19 lines
302 B
C
19 lines
302 B
C
#ifndef LSFRUN_DEFINED
|
|
#define LSFRUN_DEFINED
|
|
|
|
#include "lsdefs.h"
|
|
#include "plschp.h"
|
|
#include "plsrun.h"
|
|
#include "plsfrun.h"
|
|
|
|
struct lsfrun /* Formatter run */
|
|
{
|
|
PCLSCHP plschp;
|
|
PLSRUN plsrun;
|
|
LPCWSTR lpwchRun;
|
|
DWORD cwchRun;
|
|
};
|
|
typedef struct lsfrun LSFRUN;
|
|
|
|
#endif /* !LSFRUN_DEFINED */
|