* 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 -
This commit is contained in:
yury 2007-11-03 12:18:16 +00:00
parent 73f2423c06
commit cc31f2d720

View File

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