new location for WinMessages.nsh

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1909 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-12-06 17:20:16 +00:00
parent 614cd6d972
commit c2ef23bfdd
7 changed files with 18 additions and 10 deletions

View file

@ -142,7 +142,7 @@ Returns from a function or section.
\b \e{WM_USER} 1024
Include $\{NSISDIR\}\\Examples\\WinMessages.nsh to have all of Windows messages defined in your script.
Include $\{NSISDIR\}\\Include\\WinMessages.nsh to have all of Windows messages defined in your script.
To send a string param, put STR: before the parameter, for example: "STR:Some string".