Source code of Windows XP (NT5)
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.

14 lines
226 B

  1. #ifndef LSKEOP_DEFINED
  2. #define LSKEOP_DEFINED
  3. enum lskeop /* kinds of para ending */
  4. {
  5. lskeopEndPara1,
  6. lskeopEndPara2,
  7. lskeopEndPara12,
  8. lskeopEndParaAlt
  9. };
  10. typedef enum lskeop LSKEOP;
  11. #endif /* !LSKEOP_DEFINED */