mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:29:44 +02:00
Adapt USE_STATX code to FPC_DOTTEDUNITS
This commit is contained in:
parent
34169d4fbd
commit
603614e28e
@ -997,7 +997,7 @@ end;
|
|||||||
Function FindGetFileInfo(const s: RawByteString; var f: TAbstractSearchRec; var Name: RawByteString):boolean;
|
Function FindGetFileInfo(const s: RawByteString; var f: TAbstractSearchRec; var Name: RawByteString):boolean;
|
||||||
Var
|
Var
|
||||||
{$ifdef USE_STATX}
|
{$ifdef USE_STATX}
|
||||||
stx : linux.tstatx;
|
stx : {$ifdef FPC_DOTTEDUNITS}LinuxApi.{$else}linux.{$endif}tstatx;
|
||||||
{$endif USE_STATX}
|
{$endif USE_STATX}
|
||||||
st : BU.stat;
|
st : BU.stat;
|
||||||
WinAttr : longint;
|
WinAttr : longint;
|
||||||
|
Loading…
Reference in New Issue
Block a user