16 lines
258 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef LSDOCINF_DEFINED
#define LSDOCINF_DEFINED
#include "lsdefs.h"
#include "plsdocin.h"
#include "lsdevres.h"
typedef struct lsdocinf
{
BOOL fDisplay;
BOOL fPresEqualRef;
LSDEVRES lsdevres;
} LSDOCINF;
#endif /* !LSDOCINF_DEFINED */