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

16 lines
206 B
C

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