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:
meffi@lab313.ru
2014-04-10 11:15:02 +00:00
parent c062ecc92b
commit 0cf451dc17
9 changed files with 91 additions and 52 deletions

View File

@@ -119,14 +119,14 @@ begin
IMAGE_DATA_POS := 0;
Transparent := TranspMode in [0, 1];
SemiTransparent := TranspMode in [0, 2];
R := 0;
G := 0;
B := 0;
STP := 0;
Transparent := TranspMode in [0, 1];
SemiTransparent := TranspMode in [0, 2];
for Y := 1 to RH do
for X := 1 to RW do
begin