* fix some declarations for x64 support

git-svn-id: https://svn.code.sf.net/p/kolmck/code@134 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck 2014-12-03 09:27:02 +00:00
parent 0f41e320b2
commit 1cd1ce8bcc

View File

@ -955,7 +955,7 @@ begin
KOLBmp.RLESaveToStream( MemRLE );
end;
if (MemRLE.Size > 0) and (MemRLE.Size < Mem.Size) then
KOL.Swap( Integer( Mem ), Integer( MemRLE ) );
KOL.Swap( PtrInt( Mem ), PtrInt( MemRLE ) );
Mem.Position := 0;
Mem.SaveToFile( Bmp, 0, Mem.Size );
FINALLY