RxFPC:fix compile ex_rx_xml_datapacket.pas

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8040 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2021-05-20 06:01:14 +00:00
parent ffa59aca22
commit 290a952b77
2 changed files with 10 additions and 2 deletions

View File

@ -43,7 +43,7 @@
unit ex_rx_xml_datapacket;
{$mode objfpc}{$H+}
{$I rx.inc}
interface
@ -134,6 +134,14 @@ const
'',
'',
''
{$IFDEF FPC_FULLVERSION > 30200}
, ''
, ''
, ''
, ''
, ''
, ''
{$ENDIF}
);