mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-15 22:05:09 -05:00
Fix compilation on Linux
This commit is contained in:
parent
932f0fd8f9
commit
ff86c034e8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user