mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 15:47:54 +02:00
+ PS1: add const AllFilesMask to the system unit
This commit is contained in:
parent
9eaf79d30c
commit
dacbca0379
@ -35,6 +35,7 @@ const
|
||||
LFNSupport = true;
|
||||
FileNameCaseSensitive = true;
|
||||
sLineBreak = #10;
|
||||
AllFilesMask = '*';
|
||||
|
||||
var
|
||||
argc:longint=0;
|
||||
|
Loading…
Reference in New Issue
Block a user