lcl: fixed compilation of TExtMemoryStream with fpc 2.4.3 on 64 bits platforms

git-svn-id: trunk@28399 -
This commit is contained in:
vincents 2010-11-22 09:39:24 +00:00
parent 6c01fc2949
commit 2fe6c4896e

View File

@ -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;