mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 04:36:02 +02:00
* 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:
parent
73f2423c06
commit
cc31f2d720
@ -137,7 +137,7 @@
|
|||||||
LANGID = word;
|
LANGID = word;
|
||||||
LCID = DWORD;
|
LCID = DWORD;
|
||||||
LCTYPE = DWORD;
|
LCTYPE = DWORD;
|
||||||
LPARAM = LONG_PTR;
|
LPARAM = ptruint;
|
||||||
|
|
||||||
LP = ^word;
|
LP = ^word;
|
||||||
LPBOOL = ^WINBOOL;
|
LPBOOL = ^WINBOOL;
|
||||||
|
Loading…
Reference in New Issue
Block a user