+ PS1: add const AllFilesMask to the system unit

This commit is contained in:
Nikolay Nikolov 2024-10-05 00:15:59 +03:00
parent 9eaf79d30c
commit dacbca0379

View File

@ -35,6 +35,7 @@ const
LFNSupport = true;
FileNameCaseSensitive = true;
sLineBreak = #10;
AllFilesMask = '*';
var
argc:longint=0;