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.

35 lines
777 B

  1. .XLIST
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;;
  4. ;; (C) Copyright Microsoft Corp. 1987-1990
  5. ;; MS-DOS 5.00 - NLS Support - KEYB Command
  6. ;;
  7. ;;
  8. ;; File Name: CONVERT.INC
  9. ;; ----------
  10. ;;
  11. ;; Root File Name: KEYBCMD.ASM
  12. ;; ---------------
  13. ;;
  14. ;;
  15. ;; Description:
  16. ;; ------------
  17. ;; External declarations for procedures in file KEYBCMD.ASM.
  18. ;;
  19. ;; Change History:
  20. ;; ---------------
  21. ;;
  22. ;;
  23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  24. ;;
  25. EXTRN FIND_SYS_TYPE :NEAR ;;
  26. EXTRN FIND_KEYB_TYPE :NEAR ;;
  27. ;;
  28. EXTRN HW_TYPE :WORD ;;
  29. ;;
  30. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  31. .LIST