* fix compilation with 3.2.2 rtl

This commit is contained in:
florian 2024-03-05 22:09:06 +01:00
parent 5a7d5367d2
commit 1f2203c304

View File

@ -57,6 +57,10 @@ interface
rr_noppu,rr_sourcenewer,rr_build,rr_crcchanged
);
{$ifdef VER3_2}
RTLString = ansistring;
{$endif VER3_2}
{ unit options }
tmoduleoption = (mo_none,
mo_hint_deprecated,