mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 13:30:33 +02:00
Forgot to commit the extension of the TSearchRec with the FindData for NativeNT.
git-svn-id: trunk@21439 -
This commit is contained in:
parent
22d1a8bbab
commit
2f92336b94
@ -38,6 +38,9 @@ Type
|
||||
{$endif}
|
||||
{$ifdef MacOS}
|
||||
FindData : TMacOSFindData;
|
||||
{$endif}
|
||||
{$ifdef nativent}
|
||||
FindData : TNativeNTFindData;
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user