You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
320 B
18 lines
320 B
#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 */
|