mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
* Add new option now present in FPC
git-svn-id: trunk@60502 -
This commit is contained in:
parent
2361649666
commit
2921b4c6f6
@ -10,8 +10,8 @@ uses
|
||||
|
||||
Const
|
||||
EnabledOptions : Array[Boolean,TDispatcherIniOption] of Boolean = (
|
||||
{ Read } ( true, true, true, true, false, false, true ),
|
||||
{ Write } ( false, false, false, false, True, True, True )
|
||||
{ Read } ( true, true, true, true, false, false, true, true ),
|
||||
{ Write } ( false, false, false, false, True, True, True, true )
|
||||
);
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user