* 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:
parent
0f41e320b2
commit
1cd1ce8bcc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user