Use '$if declared(fpfutimens)' to set USE_FUTIMES macro

This commit is contained in:
Pierre Muller 2026-01-12 21:29:09 +01:00
parent 8737c02833
commit 4e920d2c00

View File

@ -83,6 +83,10 @@ uses
{$DEFINE USE_FUTIMES}
{$endif}
{$if declared(fpfutimens)}
{$DEFINE USE_FUTIMES}
{$endif}
{ Include platform independent interface part }
{$i sysutilh.inc}