mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 16:09:16 +02:00
* consistent naming of lData field in NEWCPLINFO
git-svn-id: trunk@38694 -
This commit is contained in:
parent
d9c8d478b2
commit
254aa0e9e1
@ -5247,7 +5247,7 @@ Const
|
|||||||
dwSize : DWORD;
|
dwSize : DWORD;
|
||||||
dwFlags : DWORD;
|
dwFlags : DWORD;
|
||||||
dwHelpContext : DWORD;
|
dwHelpContext : DWORD;
|
||||||
lpData : LONG_PTR;
|
lData : LONG_PTR;
|
||||||
hIcon : HICON;
|
hIcon : HICON;
|
||||||
szName : array[0..31] of AnsiCHAR;
|
szName : array[0..31] of AnsiCHAR;
|
||||||
szInfo : array[0..63] of AnsiCHAR;
|
szInfo : array[0..63] of AnsiCHAR;
|
||||||
|
Loading…
Reference in New Issue
Block a user