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

16 lines
221 B
C

#ifndef BRKPOS_DEFINED
#define BRKPOS_DEFINED
#include "lsdefs.h"
typedef enum
{
brkposBeforeFirstDnode,
brkposInside,
brkposAfterLastDnode
} BRKPOS;
#endif /* !BRKPOS_DEFINED */