Windows2003-3790/inetcore/urlmon/inc/base.txt
2020-09-30 16:53:55 +02:00

24 lines
734 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;
; This file defines the base virtual address for Dynamic Link Libraries (DLL)
; that are part of the Windows NT System. The first token on a line is the name
; of the DLL and the second token is the base virtual address, in hexidecimal.
; The third token is the maximum size of the DLL image file, including symbols.
;
; NOTE: I have used the convention of labelling unused areas as _FREExx_.
; If you need an address, these are available. They were used by printer
; drivers.
;
; URLMON dll
;
; BUGBUG: need an official base address
urlmon 0x1a400000 0x00a00000
urlhlink 0x1a600000 0x00a00000
;
; This section contains the Cairo images. Free areas are labelled with
; _CFREExx_
;