mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:08:29 +02:00
* Changed LPARAM back to ptrint for wince.
git-svn-id: trunk@9109 -
This commit is contained in:
parent
53b6757c6e
commit
bb730eeae1
@ -140,7 +140,7 @@
|
||||
LCID = DWORD; //winnt
|
||||
PLCID = ^LCID; //+winnt
|
||||
LCTYPE = DWORD;
|
||||
LPARAM = ptruint; //windef LONG_PTR
|
||||
LPARAM = ptrint; //windef LONG_PTR
|
||||
|
||||
LP = ^word;
|
||||
LPBOOL = ^WINBOOL; //windef
|
||||
|
Loading…
Reference in New Issue
Block a user