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.

18 lines
723 B

  1. ; All shipping DLLs must specify default base address here.
  2. ; Non-shipping DLLs must set "BaseOpt=" in the makefile.
  3. ; Processes do not need to set BaseOpt nor be listed here.
  4. ;
  5. ; Base addresses optimize performance by reducing time
  6. ; searching for a load address and fixing up relocations.
  7. ;
  8. ; NT and Win95 automatically rebase our DLLs for optimum
  9. ; packing, so these arbitrary base addresses prevent a
  10. ; performance degradation when using unofficial builds.
  11. ;
  12. ; Each base address should be greater than previous
  13. ; row's base address plus the maximum size.
  14. ; DLL BASE ADDRESS MAX. SIZE
  15. wab32.dll 0x6B000000 0x80000
  16. ldapcli.dll 0x70000000 0x80000
  17. wmcserve.dll 0x6B100000 0x40000