瀏覽代碼

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

git-svn-id: trunk@25723 -

marco 12 年之前
父節點
當前提交
c7206dde97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/win/wininc/messages.inc

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

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