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
515 B

  1. #define TK_ERROR 257
  2. #define TK_IDENT 258
  3. #define TK_AT 259
  4. #define TK_SLASH 260
  5. #define TK_PERIOD 261
  6. #define TK_COMMA 262
  7. #define TK_OPENPAREN 263
  8. #define TK_CLOSEPAREN 264
  9. #define TK_SEMICOLON 265
  10. #define TK_EXCEPT 266
  11. #define TK_ON 267
  12. #define TK_ALLOWED 268
  13. #define TK_AND 269
  14. #define TK_AS 270
  15. #define TK_THIS_OBJECT 271
  16. #define TK_CONTAINERS 272
  17. #define TK_OBJECTS 273
  18. #define TK_CONTAINERS_OBJECTS 274
  19. #define TK_NO_PROPAGATE 275
  20. #define TK_LANG_ENGLISH 276
  21. #define TK_LANG_REVERSE 277