windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/fmti.h

26 lines
458 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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 */