mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:59:31 +02:00
lcl: fixed compilation of TExtMemoryStream with fpc 2.4.3 on 64 bits platforms
git-svn-id: trunk@28399 -
This commit is contained in:
parent
6c01fc2949
commit
2fe6c4896e
@ -90,7 +90,7 @@ type
|
||||
procedure EnumerateItems(const Method: TLCLEnumItemsMethod);
|
||||
end;
|
||||
|
||||
{$IF (FPC_VERSION=2) AND (FPC_RELEASE>4)}
|
||||
{$IF FPC_FULLVERSION>20402}
|
||||
TStreamSizeType = PtrInt;
|
||||
{$ELSE}
|
||||
TStreamSizeType = Longint;
|
||||
|
Loading…
Reference in New Issue
Block a user