Leaked source code of windows server 2003
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.
 
 
 
 
 
 

25 lines
483 B

#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 */