+ Renamed intf to avoid conflicts

This commit is contained in:
michael 2004-02-06 08:33:21 +00:00
parent 94b905367a
commit 68cd24e2e7

View File

@ -72,7 +72,7 @@
{$ifdef HASINTF}
{ Interfaces support }
{$i intf.inc}
{$i sysuintf.inc}
{$endif HASINTF}
constructor Exception.Create(const msg : string);