mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +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;
|
||||
LCID = DWORD;
|
||||
LCTYPE = DWORD;
|
||||
LPARAM = LONG_PTR;
|
||||
LPARAM = ptruint;
|
||||
|
||||
LP = ^word;
|
||||
LPBOOL = ^WINBOOL;
|
||||
|
Loading…
Reference in New Issue
Block a user