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

26 lines
483 B
C

#ifndef FMTIO_DEFINED
#define FMTIO_DEFINED
#include "lsdefs.h"
#include "pfmti.h"
#include "plsdnode.h"
#include "lsfgi.h"
#include "lsfrun.h"
#include "lstxm.h"
/* ------------------------------------------------------------------------ */
struct fmtin
{
LSFGI lsfgi;
LSFRUN lsfrun;
PLSDNODE plsdnTop;
LSTXM lstxmPres;
LSTXM lstxmRef;
};
/* ------------------------------------------------------------------------ */
#endif /* !FMTIO_DEFINED */