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.

17 lines
359 B

  1. #ifndef LSTXTFMT_DEFINED
  2. #define LSTXTFMT_DEFINED
  3. #include "lsidefs.h"
  4. #include "plnobj.h"
  5. #include "pdobj.h"
  6. #include "pfmti.h"
  7. #include "fmtres.h"
  8. LSERR WINAPI FmtText(PLNOBJ, PCFMTIN, FMTRES*);
  9. LSERR WINAPI DestroyDObjText(PDOBJ);
  10. LSERR LsSublineFinishedText(PLNOBJ plnobj);
  11. #endif /* !LSTXTFMT_DEFINED */