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

22 lines
278 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef ENDRES_DEFINED
#define ENDRES_DEFINED
enum endres
{
endrNormal,
endrHyphenated,
endrEndPara,
endrAltEndPara,
endrSoftCR,
endrEndColumn,
endrEndSection,
endrEndPage,
endrEndParaSection,
endrStopped
};
typedef enum endres ENDRES;
#endif /* ENDRES_DEFINED */