mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 16:49:23 +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;
|
LFNSupport = true;
|
||||||
FileNameCaseSensitive = true;
|
FileNameCaseSensitive = true;
|
||||||
sLineBreak = #10;
|
sLineBreak = #10;
|
||||||
|
AllFilesMask = '*';
|
||||||
|
|
||||||
var
|
var
|
||||||
argc:longint=0;
|
argc:longint=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user