Browse Source

* return to findexinfostandard, because it didn't work (only changes reporting, not searching).
However the sfn was user accessable via finddata, so for now enable that aain, mantis 35773

git-svn-id: trunk@42326 -

marco 6 years ago
parent
commit
2bebfeca3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/sysutils.pp

+ 1 - 1
rtl/win/sysutils.pp

@@ -93,7 +93,7 @@ implementation
     windirs;
 
 var 
-  FindExInfoDefaults : TFINDEX_INFO_LEVELS = FindExInfoBasic;
+  FindExInfoDefaults : TFINDEX_INFO_LEVELS = FindExInfoStandard;
   FindFirstAdditionalFlags : DWord = 0;
 
 function WinCheck(res:boolean):boolean;