Added x64 version (able to scan big lists of files); Fixed ScanDirectory function (now it properly scans big lists); Fixed StopScan button's behavior (now it able to stop multiple scan threads).
This commit is contained in:
@@ -14,9 +14,9 @@ uses
|
||||
uTIM in 'units\uTIM.pas',
|
||||
uDrawTIM in 'units\uDrawTIM.pas',
|
||||
uEventWaitThread in 'units\uEventWaitThread.pas',
|
||||
uBrowseForFolder in 'units\uBrowseForFolder.pas',
|
||||
uScanResult in 'units\uScanResult.pas',
|
||||
uSettings in 'units\uSettings.pas';
|
||||
uSettings in 'units\uSettings.pas',
|
||||
uBrowseForFolder in 'units\uBrowseForFolder.pas';
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user