mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
* fix compilation with 3.2.2 rtl
This commit is contained in:
parent
5a7d5367d2
commit
1f2203c304
@ -57,6 +57,10 @@ interface
|
|||||||
rr_noppu,rr_sourcenewer,rr_build,rr_crcchanged
|
rr_noppu,rr_sourcenewer,rr_build,rr_crcchanged
|
||||||
);
|
);
|
||||||
|
|
||||||
|
{$ifdef VER3_2}
|
||||||
|
RTLString = ansistring;
|
||||||
|
{$endif VER3_2}
|
||||||
|
|
||||||
{ unit options }
|
{ unit options }
|
||||||
tmoduleoption = (mo_none,
|
tmoduleoption = (mo_none,
|
||||||
mo_hint_deprecated,
|
mo_hint_deprecated,
|
||||||
|
Loading…
Reference in New Issue
Block a user