Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
299 B

  1. #ifndef ENDRES_DEFINED
  2. #define ENDRES_DEFINED
  3. enum endres
  4. {
  5. endrNormal,
  6. endrHyphenated,
  7. endrEndPara,
  8. endrAltEndPara,
  9. endrSoftCR,
  10. endrEndColumn,
  11. endrEndSection,
  12. endrEndPage,
  13. endrEndParaSection,
  14. endrStopped
  15. };
  16. typedef enum endres ENDRES;
  17. #endif /* ENDRES_DEFINED */