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.

29 lines
659 B

  1. LIBRARY RTEXT
  2. ;
  3. ; This file generates userexts.def or userkdx.def depending on the
  4. ; state of 1. This allows one file (exts.h) to
  5. ; be used to generate extension exports, entrypoints, and help text.
  6. ;
  7. ; To add an extension, add the appropriate entry to exts.h and matching
  8. ; code to userexts.c
  9. ;
  10. EXPORTS
  11. help
  12. global
  13. mfl
  14. tfl
  15. sas
  16. tsas
  17. larvalsas
  18. ;--------------------------------------------------------------------
  19. ;
  20. ; these are the extension service functions provided for the debugger
  21. ;
  22. ;--------------------------------------------------------------------
  23. CheckVersion
  24. WinDbgExtensionDllInit
  25. ExtensionApiVersion