mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:59:20 +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
|
Const
|
||||||
EnabledOptions : Array[Boolean,TDispatcherIniOption] of Boolean = (
|
EnabledOptions : Array[Boolean,TDispatcherIniOption] of Boolean = (
|
||||||
{ Read } ( true, true, true, true, false, false, true ),
|
{ Read } ( true, true, true, true, false, false, true, true ),
|
||||||
{ Write } ( false, false, false, false, True, True, True )
|
{ Write } ( false, false, false, false, True, True, True, true )
|
||||||
);
|
);
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user