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

20 lines
431 B
C

#ifndef BRKO_DEFINED
#define BRKO_DEFINED
#include "lsdefs.h"
#include "pbrko.h"
#include "objdim.h"
#include "posichnk.h"
#include "brkcond.h"
typedef struct brkout /* break output */
{
BOOL fSuccessful; /* break result */
BRKCOND brkcond; /* iff !fSuccessful, recommendation on the other side */
POSICHNK posichnk;
OBJDIM objdim;
} BRKOUT;
#endif /* !BRKO_DEFINED */