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
18 lines
723 B
; All shipping DLLs must specify default base address here.
|
|
; Non-shipping DLLs must set "BaseOpt=" in the makefile.
|
|
; Processes do not need to set BaseOpt nor be listed here.
|
|
;
|
|
; Base addresses optimize performance by reducing time
|
|
; searching for a load address and fixing up relocations.
|
|
;
|
|
; NT and Win95 automatically rebase our DLLs for optimum
|
|
; packing, so these arbitrary base addresses prevent a
|
|
; performance degradation when using unofficial builds.
|
|
;
|
|
; Each base address should be greater than previous
|
|
; row's base address plus the maximum size.
|
|
|
|
; DLL BASE ADDRESS MAX. SIZE
|
|
wab32.dll 0x6B000000 0x80000
|
|
ldapcli.dll 0x70000000 0x80000
|
|
wmcserve.dll 0x6B100000 0x40000
|