mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 23:10:24 +02:00
* small fix (sysutils to interface)
This commit is contained in:
parent
fa80f1110b
commit
1f9f8c4a3d
@ -19,7 +19,7 @@ unit FPReadPNG;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, FPImage, FPImgCmn, PNGComn, ZStream;
|
SysUtils,Classes, FPImage, FPImgCmn, PNGComn, ZStream;
|
||||||
|
|
||||||
Type
|
Type
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ Type
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses sysutils;
|
|
||||||
|
|
||||||
const StartPoints : array[0..7, 0..1] of word =
|
const StartPoints : array[0..7, 0..1] of word =
|
||||||
((0,0),(0,0),(4,0),(0,4),(2,0),(0,2),(1,0),(0,1));
|
((0,0),(0,0),(4,0),(0,4),(2,0),(0,2),(1,0),(0,1));
|
||||||
|
Loading…
Reference in New Issue
Block a user