mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-24 15:09:49 +01:00
* No dependency on classes unit
This commit is contained in:
parent
0327a4a04e
commit
6390ccde9b
@ -16,7 +16,7 @@ unit fphashutils;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, fpECC;
|
SysUtils, fpECC;
|
||||||
|
|
||||||
Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
|
Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
|
||||||
Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;
|
Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user