mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:49:09 +02:00
* fix LRESULT and WPARAM
git-svn-id: trunk@3302 -
This commit is contained in:
parent
b3f9b276f8
commit
638005f9d3
@ -165,7 +165,7 @@
|
|||||||
LPTSTR = Pchar;
|
LPTSTR = Pchar;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
LRESULT = longint;
|
LRESULT = LONG_PTR;
|
||||||
|
|
||||||
LPVOID = pointer;
|
LPVOID = pointer;
|
||||||
LPCVOID = pointer;
|
LPCVOID = pointer;
|
||||||
@ -248,7 +248,7 @@
|
|||||||
ULONG = cardinal;
|
ULONG = cardinal;
|
||||||
USHORT = word;
|
USHORT = word;
|
||||||
|
|
||||||
WPARAM = Longint;
|
WPARAM = LONG_PTR;
|
||||||
PLPSTR = ^LPSTR;
|
PLPSTR = ^LPSTR;
|
||||||
PLPWStr= ^LPWStr;
|
PLPWStr= ^LPWStr;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user