UPD: Drop Libc dependencies

This commit is contained in:
Alexander Koblov 2009-02-19 20:12:47 +00:00
commit b7ee32faf6
4 changed files with 1504 additions and 1498 deletions

File diff suppressed because it is too large Load diff

View file

@ -109,7 +109,7 @@ uses
Windows,
{$ENDIF}
{$IFDEF LINUX}
Libc,
// Libc,
{$ENDIF}
SysUtils,
AbConst,

View file

@ -62,7 +62,7 @@ uses
Windows,
{$ENDIF}
{$IFDEF LINUX}
Libc,
// Libc,
{$ENDIF}
AbConst,
AbExcept,

View file

@ -622,7 +622,7 @@ uses
// Dialogs, {!!.04}
{$ENDIF}
{$IFDEF LINUX}
Libc,
// Libc,
{$IFNDEF NoQt}
{$IFDEF UsingCLX}
QControls,