mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 08:45:06 -05:00
Simba: Fix compilation under Linux x64.
Patch by moparisthebest, Libc apparently isn't even used though it broke compilation.
This commit is contained in:
parent
89f1a9b696
commit
6873e72175
@ -85,7 +85,7 @@ uses
|
||||
Classes,
|
||||
synafpc,
|
||||
{$IFNDEF MSWINDOWS}
|
||||
Libc, SysUtils;
|
||||
SysUtils;
|
||||
{$ELSE}
|
||||
Windows;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user