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.

16 lines
610 B

  1. # NOTE: The delayload stubs for each dll should be in the same
  2. # directory as the dll is build from
  3. #
  4. # Examples:
  5. #
  6. # shell32.dll is built from the shell depot, so its delayload error handler
  7. # file is in \nt\shell\published\dload\shell32.c
  8. #
  9. # netrap.dll is built from the ds depot, so its delayload error handler file
  10. # is in \nt\ds\published\dload\netwrap.c
  11. #
  12. # mpr.dll is built from the net depot, so its delayload error handler file
  13. # is in \nt\net\published\lib\dload\mpr.c
  14. #
  15. #
  16. # !! Please do NOT add files here that are not build from the base depot !!
  17. #