Browse Source

* changed type of unused parameter in TWMSetFocus from WParam to LParam as
suggest by ChrisF, Mantis #25171

git-svn-id: trunk@25723 -

marco 12 years ago
parent
commit
c7206dde97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/messages.inc

+ 1 - 1
rtl/win/wininc/messages.inc

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