windows-nt/Source/XPSP1/NT/base/mvdm/dos/v86/inc/fastxxxx.inc

13 lines
334 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
; Fastxxx equates
FastOpen_ID equ 1
FastSeek_ID equ 2
Fast_yes equ 10000000B ; fastxxx flag
;Structure definitions
;
Fasttable_Entry struc ; Fastxxx Entry pointer in DOS
Fast_Entry_Num dw 2 ; number of entries
FastOpen_Seek dd ? ; fastopen & fastseek entry address
Fasttable_Entry ends
;