WindowsXP-SP1/windows/richedit/lsinc/lsbrk.h
2020-09-30 16:53:49 +02:00

15 lines
311 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 */