windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lsbrk.h

15 lines
297 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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 */