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.

19 lines
257 B

  1. #ifndef LSKTAB_DEFINED
  2. #define LSKTAB_DEFINED
  3. #include "lsdefs.h"
  4. enum lsktab /* Kinds of tabs */
  5. {
  6. lsktLeft,
  7. lsktCenter,
  8. lsktRight,
  9. lsktDecimal,
  10. lsktChar
  11. };
  12. typedef enum lsktab LSKTAB;
  13. #endif /* !LSKTAB_DEFINED */