소스 검색

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

git-svn-id: trunk@21439 -
svenbarth 13 년 전
부모
커밋
2f92336b94
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;