Packager LPK: change default lpfCompatibilityMode flag value to false to comply with LPR

git-svn-id: trunk@63389 -
This commit is contained in:
ondrej 2020-06-18 15:38:58 +00:00
parent 24b1e22d91
commit 2ea75e756e

View File

@ -2863,7 +2863,7 @@ var
Include(FFlags,lpfCompatibilityMode);
end else
begin
if XMLConfig.GetValue(ThePath+'CompatibilityMode/Value',true) then
if XMLConfig.GetValue(ThePath+'CompatibilityMode/Value',false) then
Include(FFlags,lpfCompatibilityMode)
else
Exclude(FFlags,lpfCompatibilityMode);
@ -2968,7 +2968,7 @@ var
XMLConfig.SetDeleteValue(ThePath+'AutoIncrementVersionOnBuild/Value',
AutoIncrementVersionOnBuild,true);
XMLConfig.SetDeleteValue(ThePath+'CompatibilityMode/Value',
UseLegacyLists,true);
UseLegacyLists,false);
end;
begin