瀏覽代碼

+ Renamed intf to avoid conflicts

michael 21 年之前
父節點
當前提交
68cd24e2e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);