+ include si_impl.inc in si_c.pp and si_dll.pp

git-svn-id: trunk@41704 -
This commit is contained in:
nickysn 2019-03-14 20:39:22 +00:00
parent e93a3b5bf4
commit 52c53f0d18
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ interface
implementation
{$i si_impl.inc}
{$i si_c.inc}
end.

View File

@ -22,6 +22,7 @@ interface
implementation
{$i si_impl.inc}
{$i si_dll.inc}
end.