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
15 lines
397 B
#ifndef LSTXTBRK_DEFINED
|
|
#define LSTXTBRK_DEFINED
|
|
|
|
#include "lsidefs.h"
|
|
#include "pdobj.h"
|
|
#include "plocchnk.h"
|
|
#include "pposichn.h"
|
|
#include "pbrko.h"
|
|
#include "brkcond.h"
|
|
|
|
LSERR WINAPI FindPrevBreakText(PCLOCCHNK, PCPOSICHNK, BRKCOND, PBRKOUT);
|
|
LSERR WINAPI FindNextBreakText(PCLOCCHNK, PCPOSICHNK, BRKCOND, PBRKOUT);
|
|
|
|
#endif /* !LSTXTBRK_DEFINED */
|
|
|