* changed type of unused parameter in TWMSetFocus from WParam to LParam as

suggest by ChrisF, Mantis #25171

git-svn-id: trunk@25723 -
This commit is contained in:
marco 2013-10-08 16:02:25 +00:00
parent 7b7334138b
commit c7206dde97

View File

@ -1467,7 +1467,7 @@
Msg : UINT;
MsgFiller : TDwordFiller;
FocusedWnd : HWND;
Unused : WPARAM;
Unused : LPARAM;
Result : LRESULT;
end;