* Do not redefine TBytes

This commit is contained in:
Michaël Van Canneyt 2021-11-13 15:49:10 +01:00
parent 4b956674dd
commit 70c286d7d5

View File

@ -22,8 +22,6 @@ interface
uses SysUtils;
Type
TBytes = Array of Byte;
{ TAlphabetEncoder }
TReverseAlphabet = Array[0..255] of Byte;
TStandardEncoder = (seBase16,