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.

49 lines
1.3 KiB

  1. /* File: D:\WACKER\emu\emuid.h (Created: 08-Dec-1993)
  2. *
  3. * Copyright 1994, 1998 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 2 $
  7. * $Date: 4/30/02 4:03p $
  8. */
  9. #define IDT_BASE 0xD00 // = 3328 in decimal
  10. // Table identifiers should be prefixed with "IDT" meaning ID Table.
  11. // Interestingly, the RC compiler won't do integer math on RCDATA
  12. // indentifiers so I have to hard code the numbers. Actually, its
  13. // worse than that, it can't even read 0x000 format numbers! They
  14. // have to be decimal.
  15. //#define IDT_EMU_NAMES 3328
  16. #define IDT_EMU_VT100_CHAR_SETS 3383
  17. #define IDT_EMU_NAT_CHAR_SETS 3384
  18. #define IDT_ANSI_KEYS 3385
  19. #define IDT_VT_MAP_PF_KEYS 3386
  20. #define IDT_VT52_KEYS 3387
  21. #define IDT_VT52_KEYPAD_APP_MODE 3388
  22. #define IDT_VT100_KEYS 3389
  23. #define IDT_VT100_CURSOR_KEY_MODE 3390
  24. #define IDT_VT100_KEYPAD_APP_MODE 3391
  25. #define IDT_VT220_KEYS 3392
  26. #define IDT_VT220_CURSOR_KEY_MODE 3393
  27. #define IDT_VT220_KEYPAD_APP_MODE 3394
  28. #define IDT_VT220_MAP_PF_KEYS_MODE 3395
  29. #define IDT_TV950_KEYS 3396
  30. #define IDT_TV950_FKEYS 3397
  31. #define IDT_WANG_KEYS 3398
  32. #define IDT_IBM3278_KEYS 3399
  33. #define IDT_RENX3278_KEYS 3400
  34. #define IDT_IBM3101_KEYS 3401
  35. #define IDT_IBMPC_KEYS 3402
  36. #define IDT_MINITEL_KEYS 3403
  37. #define IDT_EMU_VT220_CHAR_SETS 3404