* No dependency on classes unit

This commit is contained in:
Michaël Van Canneyt 2021-11-16 09:13:50 +01:00
parent 0327a4a04e
commit 6390ccde9b

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;