Parcourir la source

+ Renamed intf to avoid conflicts

michael il y a 21 ans
Parent
commit
68cd24e2e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);