mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:29:18 +02:00
* fixed COPYDATASTRUCT as suggested by Dmitry Boyarintsev, resolves #16321
git-svn-id: trunk@15166 -
This commit is contained in:
parent
c67712f81f
commit
fecd661bcb
@ -1480,7 +1480,7 @@ Const
|
||||
PCONVINFO = ^CONVINFO;
|
||||
|
||||
COPYDATASTRUCT = record
|
||||
dwData : DWORD;
|
||||
dwData : ULONG_PTR;
|
||||
cbData : DWORD;
|
||||
lpData : PVOID;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user