Added experimental ManifestAppendCustomString

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7194 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2020-07-25 20:13:13 +00:00
parent 6c842ff1c3
commit 5ad1538a64
6 changed files with 72 additions and 3 deletions

View file

@ -104,6 +104,7 @@ namespace manifest
} SPECIFICATION;
std::string generate(comctl, exec_level, const SPECIFICATION&);
bool addappendstring(const TCHAR*path, const TCHAR*data);
};