Explorar o código

* 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 %!s(int64=6) %!d(string=hai) anos
pai
achega
2bebfeca3a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;