mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-17 23:05:00 -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,
|
Classes,
|
||||||
synafpc,
|
synafpc,
|
||||||
{$IFNDEF MSWINDOWS}
|
{$IFNDEF MSWINDOWS}
|
||||||
Libc, SysUtils;
|
SysUtils;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
Windows;
|
Windows;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user