* (Hopefully) fix compilation for non-win,non-unix platforms

This commit is contained in:
Michaël Van Canneyt 2023-01-23 10:05:18 +01:00
parent 305d34a8f6
commit 735fd20a6a

View File

@ -55,8 +55,8 @@ Type
TDateTimeInfoRec = record
private
{$IFDEF SEARCHREC_USEFINDDATA}
Data: TWin32FindData platform;
{$ENDIF WINDOWS}
Data: TFindData platform;
{$ENDIF }
{$IFDEF UNIX}
{$ifdef USE_STATX}
data : tstatx platform;