1
0
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:
Merlijn Wajer 2011-06-26 10:52:14 +02:00
parent 89f1a9b696
commit 6873e72175

View File

@ -85,7 +85,7 @@ uses
Classes, Classes,
synafpc, synafpc,
{$IFNDEF MSWINDOWS} {$IFNDEF MSWINDOWS}
Libc, SysUtils; SysUtils;
{$ELSE} {$ELSE}
Windows; Windows;
{$ENDIF} {$ENDIF}