Browse Source

+ tvardata.vuint32, resolvers #40729

florian 1 year ago
parent
commit
886f91dee3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/varianth.inc

+ 1 - 0
rtl/inc/varianth.inc

@@ -120,6 +120,7 @@ type
                      varbyte : (vbyte : byte);
                      varbyte : (vbyte : byte);
                      varword : (vword : word);
                      varword : (vword : word);
                      varlongword : (vlongword : dword);
                      varlongword : (vlongword : dword);
+                     varuint32 : (vuint32 : dword);
                      varint64 : (vint64 : int64);
                      varint64 : (vint64 : int64);
                      varqword : (vqword : qword);
                      varqword : (vqword : qword);
                      varword64 : (vword64 : qword);
                      varword64 : (vword64 : qword);