Browse Source

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

git-svn-id: trunk@21439 -
svenbarth 13 years ago
parent
commit
2f92336b94
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/objpas/sysutils/filutilh.inc

+ 3 - 0
rtl/objpas/sysutils/filutilh.inc

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