Enabled SetWindowLong

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1722 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-15 13:45:12 +00:00
parent 28b2834126
commit f9075a8346
5 changed files with 18 additions and 3 deletions

View file

@ -763,7 +763,11 @@ static int NSISCALL ExecuteEntry(entry *entry_)
);
return 0;
case EW_SETWINDOWLONG:
SetWindowLong((HWND)process_string_fromparm_toint(0),parm1,process_string_fromparm_toint(2));
SetWindowLong(
(HWND)process_string_fromparm_toint(0),
process_string_fromparm_toint(1),
process_string_fromparm_toint(2)
);
return 0;
case EW_SETBRANDINGIMAGE:
{