You've already forked lazarus-ccr
richmemo: #21103 #23614 - TEditStream record changed to packed in order by be 64-bit compatible. Found by: Arndt Wills and gillesfr14
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2831 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -321,7 +321,7 @@ begin
|
||||
end;
|
||||
|
||||
type
|
||||
TEditStream_ = record
|
||||
TEditStream_ = packed record
|
||||
dwCookie : PDWORD;
|
||||
dwError : DWORD;
|
||||
pfnCallback : EDITSTREAMCALLBACK;
|
||||
|
Reference in New Issue
Block a user