typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3938 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
819e5c7e77
commit
31f957efda
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ All parameters are pushed onto the stack (in this case, the plug-in function onl
|
|||
|
||||
If you don't want to unload the DLL after calling a function, use /NOUNLOAD as the first parameter. For example:
|
||||
|
||||
\c dll:function /NOUNLOAD "param"
|
||||
\c dll::function /NOUNLOAD "param"
|
||||
|
||||
You can also use \R{setpluginunload}{SetPluginUnload} alwaysoff to avoid writing /NOUNLOAD each and every time you use the same plugin.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue