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

22 lines
278 B
C

#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 */