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:
skalogryz
2013-11-07 18:22:58 +00:00
parent 005d47e24a
commit 6df495c1af

View File

@ -321,7 +321,7 @@ begin
end;
type
TEditStream_ = record
TEditStream_ = packed record
dwCookie : PDWORD;
dwError : DWORD;
pfnCallback : EDITSTREAMCALLBACK;