* No dependency on classes unit

(cherry picked from commit 6390ccde9b)
This commit is contained in:
Michaël Van Canneyt 2021-11-16 09:13:50 +01:00 committed by marcoonthegit
parent 8aa90e6c99
commit 14748e5b79

View File

@ -16,7 +16,7 @@ unit fphashutils;
interface
uses
Classes, SysUtils, fpECC;
SysUtils, fpECC;
Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;