Shortened !include of WinMessages.nsh

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2238 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-04 20:35:40 +00:00
parent d2e565e55e
commit 6f07cf7d7d

View file

@ -50,7 +50,7 @@ Sends a message to HWND. If a user variable $x is specified as the last paramete
\b \e{WM_USER} 1024
Include $\{NSISDIR\}\\Include\\WinMessages.nsh to have all of Windows messages defined in your script.
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".