Fix directory for varutils unit

This commit is contained in:
Pierre Muller 2024-07-09 22:00:58 +00:00
parent fe80f43e4e
commit 40c3dc5809

View File

@ -6,7 +6,7 @@ src/inc/stdconvs.pp=namespaced/System.StdConvs.pp
src/inc/variants.pp=namespaced/System.Variants.pp src/inc/variants.pp=namespaced/System.Variants.pp
src/inc/strutils.pp=namespaced/System.StrUtils.pp src/inc/strutils.pp=namespaced/System.StrUtils.pp
src/win/varutils.pp=namespaced/System.VarUtils.pp src/win/varutils.pp=namespaced/System.VarUtils.pp
src/common/varutils.pp=namespaced/System.VarUtils.pp src/inc/varutils.pp=namespaced/System.VarUtils.pp
src/inc/convutils.pp=namespaced/System.ConvUtils.pp src/inc/convutils.pp=namespaced/System.ConvUtils.pp
src/inc/dateutils.pp=namespaced/System.DateUtils.pp src/inc/dateutils.pp=namespaced/System.DateUtils.pp
src/inc/nullable.pp=namespaced/System.Nullable.pp src/inc/nullable.pp=namespaced/System.Nullable.pp