Forgot to commit the extension of the TSearchRec with the FindData for NativeNT.

git-svn-id: trunk@21439 -
This commit is contained in:
svenbarth 2012-05-31 07:26:57 +00:00
parent 22d1a8bbab
commit 2f92336b94

View File

@ -38,6 +38,9 @@ Type
{$endif}
{$ifdef MacOS}
FindData : TMacOSFindData;
{$endif}
{$ifdef nativent}
FindData : TNativeNTFindData;
{$endif}
end;