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.

47 lines
1.1 KiB

  1. .XLIST
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;;
  4. ;; (C) Copyright Microsoft Corp. 1987-1990
  5. ;; MS-DOS 5.00 - NLS Support - KEYB Command
  6. ;;
  7. ;; File Name: KEYBMSG.INC
  8. ;; ----------
  9. ;;
  10. ;; Root File Name: KEYBCMD.ASM (KEYB.ASM)
  11. ;; ---------------
  12. ;;
  13. ;; Description:
  14. ;; ------------
  15. ;; External declarations for procedures in file KEYBCMD.ASM.
  16. ;;
  17. ;; Change History:
  18. ;; ---------------
  19. ;;
  20. ;;
  21. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  22. ;;
  23. EXTRN ACT_KEYB_CP :BYTE ;;
  24. EXTRN ACT_CON_CP :BYTE ;;
  25. EXTRN ACT_KEYB :BYTE ;;
  26. EXTRN INV_L :BYTE ;;
  27. EXTRN INV_I :BYTE ;;
  28. EXTRN INV_CP :BYTE ;;
  29. EXTRN INV_S :BYTE ;;
  30. EXTRN INV_FN :BYTE ;;
  31. EXTRN INV_KEYB_Q :BYTE ;;
  32. EXTRN INV_CON_Q :BYTE ;;
  33. EXTRN NOT_DESIG :BYTE ;;
  34. EXTRN NOT_SUPP :BYTE ;;
  35. EXTRN NOT_VALID1 :BYTE ;;
  36. EXTRN NOT_VALID2 :BYTE ;;
  37. EXTRN WARNING_1 :BYTE ;;
  38. EXTRN INV_COMBO :BYTE ;;
  39. EXTRN CR_LF :BYTE ;;
  40. EXTRN MEMORY_OVERF :BYTE ;;
  41. ;;
  42. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  43. .LIST