windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lsbrk.h
2020-09-26 16:20:57 +08:00

15 lines
297 B
C

#ifndef LSBRK_DEFINED
#define LSBRK_DEFINED
#include "lsdefs.h"
typedef struct lsbrk /* breaking information unit */
{
BYTE fBreak; /* break for neibours */
BYTE fBreakAcrossSpaces; /* break across spaces */
} LSBRK;
#endif /* !LSBRK_DEFINED */