A little typo with CallInstDLL

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2109 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-06 17:59:48 +00:00
parent 045587d18d
commit 80f77c2f89

View file

@ -2,9 +2,9 @@
\S2{callinstdll} CallInstDLL
\c dllfile [/NOUNLOAD]
\c dllfile [/NOUNLOAD] function_name
Function Calls a NSIS extension DLL. See Contrib\\ExDLL for an example of how to make one. Extension DLLs can access the stack and variables. Use /NOUNLOAD to force the installer to leave the DLL loaded.
Calls a function_name inside a NSIS extension DLL. See Contrib\\ExDLL for an example of how to make one. Extension DLLs can access the stack and variables. Use /NOUNLOAD to force the installer to leave the DLL loaded.
\S2{copyfiles} CopyFiles