mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 01:54:47 +01:00
* Fixed bug #26053 (NoErrMsg variable for Delphi compatibility)
git-svn-id: trunk@27764 -
This commit is contained in:
parent
276a273e6c
commit
4258d71a2d
@ -673,7 +673,8 @@ const
|
||||
var
|
||||
{$endif FPC_HAS_FEATURE_DYNLIBS}
|
||||
IsConsole : boolean = false; public name 'operatingsystem_isconsole';
|
||||
|
||||
NoErrMsg: Boolean platform = False; // For Delphi compatibility, not used in FPC.
|
||||
|
||||
DefaultSystemCodePage,
|
||||
DefaultUnicodeCodePage,
|
||||
{ the code page to use when sending paths/file names to OS file system API
|
||||
|
||||
Loading…
Reference in New Issue
Block a user