ソースを参照

* Changed LPARAM type to be ptruint instaed of ptrint to fix confusing warnings in SendMessage/PostMessage when pointer is passed in lparam. It should not lead to problems.

git-svn-id: trunk@9101 -
yury 17 年 前
コミット
cc31f2d720
1 ファイル変更1 行追加1 行削除
  1. 1 1
      rtl/win/wininc/base.inc

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

@@ -137,7 +137,7 @@
      LANGID = word;
      LCID   = DWORD;
      LCTYPE = DWORD;
-     LPARAM = LONG_PTR;
+     LPARAM = ptruint;
 
      LP     = ^word;
      LPBOOL = ^WINBOOL;