mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 08:47:41 +01:00
- DosCalls removed from uses clause (not needed)
This commit is contained in:
parent
088d2f8665
commit
f01729fd58
@ -23,7 +23,7 @@ interface
|
||||
|
||||
{$MODE OBJFPC}
|
||||
|
||||
uses OS2Def, DosCalls;
|
||||
uses OS2Def;
|
||||
|
||||
const
|
||||
SPL_INI_SPOOLER = 'PM_SPOOLER';
|
||||
@ -771,7 +771,10 @@ end.
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user