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

  1. #ifndef FMTIO_DEFINED
  2. #define FMTIO_DEFINED
  3. #include "lsdefs.h"
  4. #include "pfmti.h"
  5. #include "plsdnode.h"
  6. #include "lsfgi.h"
  7. #include "lsfrun.h"
  8. #include "lstxm.h"
  9. /* ------------------------------------------------------------------------ */
  10. struct fmtin
  11. {
  12. LSFGI lsfgi;
  13. LSFRUN lsfrun;
  14. PLSDNODE plsdnTop;
  15. LSTXM lstxmPres;
  16. LSTXM lstxmRef;
  17. };
  18. /* ------------------------------------------------------------------------ */
  19. #endif /* !FMTIO_DEFINED */