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.
20 lines
552 B
20 lines
552 B
#ifndef LSTXTBR1_DEFINED
|
|
#define LSTXTBR1_DEFINED
|
|
|
|
#include "lsidefs.h"
|
|
#include "breakrec.h"
|
|
#include "brkkind.h"
|
|
#include "pdobj.h"
|
|
#include "plocchnk.h"
|
|
#include "pposichn.h"
|
|
#include "plsfgi.h"
|
|
#include "pbrko.h"
|
|
#include "pobjdim.h"
|
|
|
|
|
|
LSERR QuickBreakText(PDOBJ, BOOL*, LSDCP*, POBJDIM);
|
|
LSERR WINAPI SetBreakText(PDOBJ, BRKKIND, DWORD, BREAKREC*, DWORD*);
|
|
LSERR WINAPI ForceBreakText(PCLOCCHNK, PCPOSICHNK, PBRKOUT);
|
|
LSERR WINAPI TruncateText(PCLOCCHNK, PPOSICHNK);
|
|
#endif /* !LSTXTBR1_DEFINED */
|
|
|