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.

12 lines
346 B

  1. ; Fastxxx equates
  2. FastOpen_ID equ 1
  3. FastSeek_ID equ 2
  4. Fast_yes equ 10000000B ; fastxxx flag
  5. ;Structure definitions
  6. ;
  7. Fasttable_Entry struc ; Fastxxx Entry pointer in DOS
  8. Fast_Entry_Num dw 2 ; number of entries
  9. FastOpen_Seek dd ? ; fastopen & fastseek entry address
  10. Fasttable_Entry ends
  11. ;