Preload NTMARTA.DLL for Windows 7

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6984 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-03-13 19:35:35 +00:00
parent 9626a8e8b0
commit 13301228a0
2 changed files with 3 additions and 0 deletions

View file

@ -126,6 +126,7 @@ EXTERN_C void NSISWinMainNOCRT()
"CRYPTBASE\0" // Win7 without KB2533623: OleInitialize ... RPCRT4.UuidCreate ... RPCRT4.GenerateRandomNumber
"OLEACC\0" // Vista: SHFileOperation ... SHELL32.CProgressDialogUI::_Setup ... SHELL32.GetRoleTextW
"CLBCATQ\0" // XP.SP2&SP3: SHAutoComplete ... OLE32!InitializeCatalogIfNecessary ... OLE32!CComCatalog::TryToLoadCLB
"NTMARTA\0" // Win7 without KB2533623 (Bug #1204): SHGetFileInfo ... SetEntriesInAcl ... ADVAPI32!AccProvpLoadMartaFunctions
#ifndef NSIS_SUPPORT_GETDLLVERSION
"VERSION\0"
#endif