ReserveFile /plugin now searches folders added with !AddPluginDir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6591 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6361cfb1f6
commit
c679845ad6
3 changed files with 17 additions and 5 deletions
|
@ -50,6 +50,7 @@ class Plugins
|
|||
|
||||
bool Initialize(const TCHAR*arcsubdir, bool displayInfo);
|
||||
void AddPluginsDir(const tstring& path, bool displayInfo);
|
||||
bool FindDllPath(const tstring filename, tstring&dllPath);
|
||||
bool IsPluginCommand(const tstring& command) const;
|
||||
bool IsKnownPlugin(const tstring& token) const;
|
||||
bool GetCommandInfo(const tstring&command, tstring&canoniccmd, tstring&dllPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue