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

.XLIST
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; (C) Copyright Microsoft Corp. 1987-1990
;; MS-DOS 5.00 - NLS Support - KEYB Command
;;
;; File Name: KEYBI9C.INC
;; ----------
;;
;; Root File Name: KEYB.ASM
;; ---------------
;;
;; Description:
;; ------------
;; External declarations and equates for procedures in file
;; KEYBI9C.ASM
;;
;; Change History:
;; ---------------
;; Delete unused externs
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
EXTRN KEYB_INT_9:NEAR ;;
EXTRN K8:BYTE ;;
EXTRN BUFFER_FILL:NEAR ;;
EXTRN COUNTRY_FLAG:BYTE ;;
EXTRN COPY_NLS1_FLAG:BYTE ;; (YST)
EXTRN BEEP_PENDING:BYTE ;;
EXTRN SCAN_CODE:BYTE ;;
EXTRN CHK_IBF:NEAR ;;
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.LIST