1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Fix compilation on Linux

This commit is contained in:
Merlijn Wajer 2010-08-24 00:01:25 +02:00
parent 932f0fd8f9
commit ff86c034e8

View File

@ -165,10 +165,13 @@ type
Str : string;
Key : byte;
end;
type
TBufferByteArray = Array[0..524287] of Byte;
PBufferByteArray = ^TBufferByteArray;
PPoint = ^TPoint;
var
BufferString : PChar;
BufferLen : LongWord;