mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:46:12 +02:00
* Sysutils added
This commit is contained in:
parent
046ab6bba6
commit
a9f6c42c3d
@ -18,7 +18,7 @@ unit PNGcomn;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses FPImage, FPImgCmn;
|
uses SysUtils, FPImage, FPImgCmn;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
@ -85,3 +85,9 @@ const
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.3 2003-11-04 16:03:42 peter
|
||||||
|
* Sysutils added
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user