mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
* 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:
parent
7b7334138b
commit
c7206dde97
@ -1467,7 +1467,7 @@
|
||||
Msg : UINT;
|
||||
MsgFiller : TDwordFiller;
|
||||
FocusedWnd : HWND;
|
||||
Unused : WPARAM;
|
||||
Unused : LPARAM;
|
||||
Result : LRESULT;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user