Browse Source

+ Renamed intf to avoid conflicts

michael 21 years ago
parent
commit
68cd24e2e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/sysutils/sysutils.inc

+ 1 - 1
rtl/objpas/sysutils/sysutils.inc

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