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.

38 lines
1000 B

  1. .XLIST
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;;
  4. ;; (C) Copyright Microsoft Corp. 1987-1990
  5. ;; MS-DOS 5.00 - NLS Support - KEYB Command
  6. ;;
  7. ;; File Name: KEYBI9C.INC
  8. ;; ----------
  9. ;;
  10. ;; Root File Name: KEYB.ASM
  11. ;; ---------------
  12. ;;
  13. ;; Description:
  14. ;; ------------
  15. ;; External declarations and equates for procedures in file
  16. ;; KEYBI9C.ASM
  17. ;;
  18. ;; Change History:
  19. ;; ---------------
  20. ;; Delete unused externs
  21. ;;
  22. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  23. ;;
  24. EXTRN KEYB_INT_9:NEAR ;;
  25. EXTRN K8:BYTE ;;
  26. EXTRN BUFFER_FILL:NEAR ;;
  27. EXTRN COUNTRY_FLAG:BYTE ;;
  28. EXTRN COPY_NLS1_FLAG:BYTE ;; (YST)
  29. EXTRN BEEP_PENDING:BYTE ;;
  30. EXTRN SCAN_CODE:BYTE ;;
  31. EXTRN CHK_IBF:NEAR ;;
  32. ;;
  33. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  34. .LIST
  35.