mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:49:16 +02:00
* 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 -
This commit is contained in:
parent
d9f3867783
commit
2bebfeca3a
@ -93,7 +93,7 @@ implementation
|
|||||||
windirs;
|
windirs;
|
||||||
|
|
||||||
var
|
var
|
||||||
FindExInfoDefaults : TFINDEX_INFO_LEVELS = FindExInfoBasic;
|
FindExInfoDefaults : TFINDEX_INFO_LEVELS = FindExInfoStandard;
|
||||||
FindFirstAdditionalFlags : DWord = 0;
|
FindFirstAdditionalFlags : DWord = 0;
|
||||||
|
|
||||||
function WinCheck(res:boolean):boolean;
|
function WinCheck(res:boolean):boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user