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.

15 lines
397 B

  1. #ifndef LSTXTBRK_DEFINED
  2. #define LSTXTBRK_DEFINED
  3. #include "lsidefs.h"
  4. #include "pdobj.h"
  5. #include "plocchnk.h"
  6. #include "pposichn.h"
  7. #include "pbrko.h"
  8. #include "brkcond.h"
  9. LSERR WINAPI FindPrevBreakText(PCLOCCHNK, PCPOSICHNK, BRKCOND, PBRKOUT);
  10. LSERR WINAPI FindNextBreakText(PCLOCCHNK, PCPOSICHNK, BRKCOND, PBRKOUT);
  11. #endif /* !LSTXTBRK_DEFINED */