Explorar el Código

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

git-svn-id: trunk@21439 -
svenbarth hace 13 años
padre
commit
2f92336b94
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      rtl/objpas/sysutils/filutilh.inc

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

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