Source code of Windows XP (NT5)
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

  1. ; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
  2. ;DESCRIPTION 'Add/Remove Programs'
  3. EXPORTS
  4. ;;=========================================================================
  5. ;; these are public APIs that are exported by name
  6. ;;=========================================================================
  7. DllGetVersion = CCDllGetVersion PRIVATE
  8. DllGetClassObject PRIVATE
  9. DllCanUnloadNow PRIVATE
  10. DllInstall PRIVATE
  11. DllRegisterServer PRIVATE
  12. DllUnregisterServer PRIVATE
  13. CPlApplet
  14. AppWizard
  15. SingleMSDOSWizard
  16. NewLinkHere
  17. NewLinkHereW
  18. NewLinkHereA = NewLinkHere
  19. ConfigStartMenu
  20. InstallOnTerminalServerWithUI
  21. WOW64Uninstall_RunDLLW PRIVATE