mirror of https://github.com/tongzx/nt5src
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.
27 lines
927 B
27 lines
927 B
; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
|
|
;DESCRIPTION 'Add/Remove Programs'
|
|
|
|
EXPORTS
|
|
;;=========================================================================
|
|
;; these are public APIs that are exported by name
|
|
;;=========================================================================
|
|
|
|
DllGetVersion = CCDllGetVersion PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllInstall PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|
|
CPlApplet
|
|
AppWizard
|
|
|
|
SingleMSDOSWizard
|
|
NewLinkHere
|
|
NewLinkHereW
|
|
NewLinkHereA = NewLinkHere
|
|
|
|
ConfigStartMenu
|
|
InstallOnTerminalServerWithUI
|
|
|
|
WOW64Uninstall_RunDLLW PRIVATE
|