mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-19 18:56:33 +01:00
Use '$if declared(fpfutimens)' to set USE_FUTIMES macro
This commit is contained in:
parent
8737c02833
commit
4e920d2c00
@ -83,6 +83,10 @@ uses
|
||||
{$DEFINE USE_FUTIMES}
|
||||
{$endif}
|
||||
|
||||
{$if declared(fpfutimens)}
|
||||
{$DEFINE USE_FUTIMES}
|
||||
{$endif}
|
||||
|
||||
{ Include platform independent interface part }
|
||||
{$i sysutilh.inc}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user