mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
Add missing SharedSuffix constant to system unit
git-svn-id: trunk@36841 -
This commit is contained in:
parent
a07d649343
commit
afab9524f2
@ -48,6 +48,7 @@ const
|
|||||||
maxExitCode = 255;
|
maxExitCode = 255;
|
||||||
MaxPathLen = 256;
|
MaxPathLen = 256;
|
||||||
AllFilesMask = '*';
|
AllFilesMask = '*';
|
||||||
|
SharedSuffix = 'nlm';
|
||||||
|
|
||||||
CONST
|
CONST
|
||||||
{ Default filehandles }
|
{ Default filehandles }
|
||||||
|
Loading…
Reference in New Issue
Block a user