mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:29:33 +02:00
+ TMessage result member is a longint, not a cardinal (from Micha Nelissen, verified in D6).
This commit is contained in:
parent
313067faaf
commit
52dc153aa2
@ -1176,7 +1176,7 @@ Type
|
|||||||
0: (
|
0: (
|
||||||
wParam : WPARAM;
|
wParam : WPARAM;
|
||||||
lParam : LPARAM;
|
lParam : LPARAM;
|
||||||
Result : DWORD;
|
Result : LRESULT;
|
||||||
);
|
);
|
||||||
1: (
|
1: (
|
||||||
wParamlo,
|
wParamlo,
|
||||||
@ -1267,7 +1267,10 @@ Type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2003-10-08 16:24:47 florian
|
Revision 1.8 2003-11-09 13:49:28 michael
|
||||||
|
+ TMessage result member is a longint, not a cardinal (from Micha Nelissen, verified in D6).
|
||||||
|
|
||||||
|
Revision 1.7 2003/10/08 16:24:47 florian
|
||||||
* fixed some variant issues
|
* fixed some variant issues
|
||||||
* improved type declarations
|
* improved type declarations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user