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.

14 lines
397 B

  1. page ,132
  2. title excptlist - defines some public constants
  3. ;***
  4. ;Stolen from dllsupp.asm in the CRT's.
  5. ;
  6. ;*******************************************************************************
  7. ; offset, with respect to FS, of pointer to currently active exception handler.
  8. ; referenced by compiler generated code for SEH and by _setjmp().
  9. public __except_list
  10. __except_list equ 0
  11. end