]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/KEYB/KEYBTBBL.INC

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / KEYB / KEYBTBBL.INC
1
2 .XLIST
3
4 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5 ;; DOS - NLS Support - KEYB Command
6 ;; (C) Copyright 1988 Microsoft
7 ;;
8 ;; File Name: KEYBTBBL.INC
9 ;; ----------
10 ;;
11 ;; Description:
12 ;; ------------
13 ;; Include file containing structure definitions Shared Data Area
14 ;; for the Shared Data Area.
15 ;; The Shared Data Area contains data which is required by
16 ;; both the resident and transient KEYB code. The Shared
17 ;; Data Area is allocated in the KEYBI2F file and will be
18 ;; resident following initial installation.
19 ;;
20 ;; Change History:
21 ;; ---------------
22 ;;
23 ;;
24 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
25 ;;
26 EXTRN TABLE_BUILD :NEAR ;;
27 EXTRN FIND_CP_TABLE :NEAR ;;
28 ;;
29 EXTRN CPN_INVALID :WORD ;;
30 EXTRN SD_LENGTH :WORD ;;
31 ;;
32 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
33 .LIST