From 2f92336b942976aca90e0304c8d942d4a74fcf72 Mon Sep 17 00:00:00 2001 From: svenbarth Date: Thu, 31 May 2012 07:26:57 +0000 Subject: [PATCH] Forgot to commit the extension of the TSearchRec with the FindData for NativeNT. git-svn-id: trunk@21439 - --- rtl/objpas/sysutils/filutilh.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtl/objpas/sysutils/filutilh.inc b/rtl/objpas/sysutils/filutilh.inc index db7eb77031..efe6a9ee8e 100644 --- a/rtl/objpas/sysutils/filutilh.inc +++ b/rtl/objpas/sysutils/filutilh.inc @@ -38,6 +38,9 @@ Type {$endif} {$ifdef MacOS} FindData : TMacOSFindData; +{$endif} +{$ifdef nativent} + FindData : TNativeNTFindData; {$endif} end;