mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Drop Libc dependencies
This commit is contained in:
parent
a2d051a136
commit
b7ee32faf6
4 changed files with 1504 additions and 1498 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -109,7 +109,7 @@ uses
|
|||
Windows,
|
||||
{$ENDIF}
|
||||
{$IFDEF LINUX}
|
||||
Libc,
|
||||
// Libc,
|
||||
{$ENDIF}
|
||||
SysUtils,
|
||||
AbConst,
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ uses
|
|||
Windows,
|
||||
{$ENDIF}
|
||||
{$IFDEF LINUX}
|
||||
Libc,
|
||||
// Libc,
|
||||
{$ENDIF}
|
||||
AbConst,
|
||||
AbExcept,
|
||||
|
|
|
|||
|
|
@ -622,7 +622,7 @@ uses
|
|||
// Dialogs, {!!.04}
|
||||
{$ENDIF}
|
||||
{$IFDEF LINUX}
|
||||
Libc,
|
||||
// Libc,
|
||||
{$IFNDEF NoQt}
|
||||
{$IFDEF UsingCLX}
|
||||
QControls,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue