浏览代码

- DosCalls removed from uses clause (not needed)

Tomas Hajny 23 年之前
父节点
当前提交
f01729fd58
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      rtl/os2/pmspl.pas

+ 5 - 2
rtl/os2/pmspl.pas

@@ -23,7 +23,7 @@ interface
 
 
 {$MODE OBJFPC}
 {$MODE OBJFPC}
 
 
-uses OS2Def, DosCalls;
+uses OS2Def;
 
 
 const
 const
     SPL_INI_SPOOLER       = 'PM_SPOOLER';
     SPL_INI_SPOOLER       = 'PM_SPOOLER';
@@ -771,7 +771,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2002-10-28 16:05:18  hajny
+  Revision 1.2  2002-11-02 11:19:36  hajny
+    - DosCalls removed from uses clause (not needed)
+
+  Revision 1.1  2002/10/28 16:05:18  hajny
     + PM spooler interface added
     + PM spooler interface added